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

/external/clang/include/clang/AST/
H A DTypeLoc.h104 SourceRange getLocalSourceRange() const { function in class:clang::TypeLoc
205 SourceRange getLocalSourceRange() const { function in class:clang::QualifiedTypeLoc
412 SourceRange getLocalSourceRange() const { function in class:clang::TypeSpecTypeLoc
464 SourceRange getLocalSourceRange() const { function in class:clang::BuiltinTypeLoc
712 SourceRange getLocalSourceRange() const { function in class:clang::AttributedTypeLoc
810 SourceRange getLocalSourceRange() const {
854 SourceRange getLocalSourceRange() const {
885 SourceRange getLocalSourceRange() const {
924 SourceRange getLocalSourceRange() const {
994 SourceRange getLocalSourceRange() cons
[all...]
H A DNestedNameSpecifier.h260 SourceRange getLocalSourceRange() const;
277 return getLocalSourceRange().getBegin();
283 return getLocalSourceRange().getEnd();
/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
H A DExprCXX.cpp149 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
198 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
H A DDeclCXX.cpp1570 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin();
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4926 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin();
4931 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
4947 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
4971 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(),
4974 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange();
H A DSemaDeclCXX.cpp2196 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin();
2199 << TInfo->getTypeLoc().getLocalSourceRange();
2248 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin();
2252 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
2306 << BaseTInfo->getTypeLoc().getLocalSourceRange();
2325 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
9889 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange();
H A DSemaExpr.cpp3539 << ATL->getLocalSourceRange();
8659 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange();
/external/clang/lib/Serialization/
H A DASTWriter.cpp4054 AddSourceRange(NNS.getLocalSourceRange(), Record);
4059 AddSourceRange(NNS.getLocalSourceRange(), Record);
4064 AddSourceRange(NNS.getLocalSourceRange(), Record);
4071 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);
4075 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);

Completed in 314 milliseconds