Searched refs:getLocalSourceRange (Results 1 - 10 of 10) sorted by relevance

/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...]
H A DNestedNameSpecifier.h264 SourceRange getLocalSourceRange() const;
281 return getLocalSourceRange().getBegin();
287 return getLocalSourceRange().getEnd();
/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
H A DExprCXX.cpp234 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
285 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
H A DDeclCXX.cpp1671 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin();
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5378 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin();
5383 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5399 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5423 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(),
5426 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange();
H A DSemaDeclCXX.cpp2852 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin();
2855 << TInfo->getTypeLoc().getLocalSourceRange();
2910 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin();
2914 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
2968 << BaseTInfo->getTypeLoc().getLocalSourceRange();
2987 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
11542 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange();
H A DSemaExpr.cpp4351 << ATL.getLocalSourceRange();
10187 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange();
/external/clang/lib/Serialization/
H A DASTWriter.cpp5079 AddSourceRange(NNS.getLocalSourceRange(), Record);
5084 AddSourceRange(NNS.getLocalSourceRange(), Record);
5089 AddSourceRange(NNS.getLocalSourceRange(), Record);
5096 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);
5100 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);

Completed in 6892 milliseconds