Searched defs:getLocalSourceRange (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DTypeLoc.cpp30 return TyLoc.getLocalSourceRange(); \
116 return Cur.getLocalSourceRange().getBegin();
127 return Last.getLocalSourceRange().getEnd();
187 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { function in class:TypeOfExprTypeLoc
H A DNestedNameSpecifier.cpp353 return SourceRange(First.getLocalSourceRange().getBegin(),
354 getLocalSourceRange().getEnd());
357 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { function in class:NestedNameSpecifierLoc
/external/clang/include/clang/AST/
H A DTypeLoc.h101 SourceRange getLocalSourceRange() const { function in class:clang::TypeLoc
201 SourceRange getLocalSourceRange() const { function in class:clang::QualifiedTypeLoc
408 SourceRange getLocalSourceRange() const { function in class:clang::TypeSpecTypeLoc
460 SourceRange getLocalSourceRange() const { function in class:clang::BuiltinTypeLoc
707 SourceRange getLocalSourceRange() const { function in class:clang::AttributedTypeLoc
805 SourceRange getLocalSourceRange() const {
849 SourceRange getLocalSourceRange() const {
880 SourceRange getLocalSourceRange() const {
919 SourceRange getLocalSourceRange() const {
989 SourceRange getLocalSourceRange() cons
[all...]

Completed in 58 milliseconds