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

/external/clang/lib/AST/
H A DTypeLoc.cpp32 return TyLoc.getLocalSourceRange(); \
153 if (!Cur.getLocalSourceRange().getBegin().isInvalid())
162 return LeftMost.getLocalSourceRange().getBegin();
173 return Last.getLocalSourceRange().getEnd();
238 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { function in class:TypeOfExprTypeLoc
H A DNestedNameSpecifier.cpp356 return SourceRange(First.getLocalSourceRange().getBegin(),
357 getLocalSourceRange().getEnd());
360 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { function in class:NestedNameSpecifierLoc
/external/clang/include/clang/AST/
H A DTypeLoc.h134 SourceRange getLocalSourceRange() const { function in class:clang::TypeLoc
234 SourceRange getLocalSourceRange() const { function in class:clang::QualifiedTypeLoc
466 SourceRange getLocalSourceRange() const { function in class:clang::TypeSpecTypeLoc
521 SourceRange getLocalSourceRange() const { function in class:clang::BuiltinTypeLoc
769 SourceRange getLocalSourceRange() const { function in class:clang::AttributedTypeLoc
867 SourceRange getLocalSourceRange() const {
916 SourceRange getLocalSourceRange() const {
956 SourceRange getLocalSourceRange() const {
1000 SourceRange getLocalSourceRange() const {
1037 SourceRange getLocalSourceRange() cons
[all...]

Completed in 1069 milliseconds