clang-tools  4.0.0
Public Member Functions | List of all members
clang::rename::NestedNameSpecifierLocFinder Class Reference

#include <USRFinder.h>

Inheritance diagram for clang::rename::NestedNameSpecifierLocFinder:
[legend]
Collaboration diagram for clang::rename::NestedNameSpecifierLocFinder:
[legend]

Public Member Functions

 NestedNameSpecifierLocFinder (ASTContext &Context)
 
std::vector
< NestedNameSpecifierLoc > 
getNestedNameSpecifierLocations ()
 

Detailed Description

Definition at line 52 of file USRFinder.h.

Constructor & Destructor Documentation

clang::rename::NestedNameSpecifierLocFinder::NestedNameSpecifierLocFinder ( ASTContext &  Context)
inlineexplicit

Definition at line 54 of file USRFinder.h.

Member Function Documentation

std::vector<NestedNameSpecifierLoc> clang::rename::NestedNameSpecifierLocFinder::getNestedNameSpecifierLocations ( )
inline

Definition at line 57 of file USRFinder.h.

References Context, and Finder.

Referenced by clang::rename::getNamedDeclAt().


The documentation for this class was generated from the following file: