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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h134 SourceRange getLocalSourceRange() const { function in class:clang::TypeLoc
249 SourceRange getLocalSourceRange() const { function in class:clang::QualifiedTypeLoc
499 SourceRange getLocalSourceRange() const { function in class:clang::TypeSpecTypeLoc
554 SourceRange getLocalSourceRange() const { function in class:clang::BuiltinTypeLoc
806 SourceRange getLocalSourceRange() const { function in class:clang::AttributedTypeLoc
945 SourceRange getLocalSourceRange() const {
998 SourceRange getLocalSourceRange() const {
1038 SourceRange getLocalSourceRange() const {
1082 SourceRange getLocalSourceRange() const {
1119 SourceRange getLocalSourceRange() cons
[all...]
H A DNestedNameSpecifier.h278 SourceRange getLocalSourceRange() const;
295 return getLocalSourceRange().getBegin();
301 return getLocalSourceRange().getEnd();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp34 return TyLoc.getLocalSourceRange(); \
195 if (Cur.getLocalSourceRange().getBegin().isValid())
204 return LeftMost.getLocalSourceRange().getBegin();
215 return Last.getLocalSourceRange().getEnd();
280 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { function in class:TypeOfExprTypeLoc
H A DNestedNameSpecifier.cpp395 return SourceRange(First.getLocalSourceRange().getBegin(),
396 getLocalSourceRange().getEnd());
399 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { function in class:NestedNameSpecifierLoc
H A DExprCXX.cpp232 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
280 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
H A DDeclCXX.cpp1729 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5217 AddSourceRange(NNS.getLocalSourceRange(), Record);
5222 AddSourceRange(NNS.getLocalSourceRange(), Record);
5227 AddSourceRange(NNS.getLocalSourceRange(), Record);
5234 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);
5238 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);
5243 AddSourceRange(NNS.getLocalSourceRange(), Record);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp5837 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin();
5842 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5858 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5882 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(),
5885 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange();
H A DSemaDeclCXX.cpp3139 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin();
3142 << TInfo->getTypeLoc().getLocalSourceRange();
3197 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin();
3201 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
3255 << BaseTInfo->getTypeLoc().getLocalSourceRange();
3274 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
12219 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange();
H A DSemaDeclObjC.cpp649 rangeToRemove = attr.getLocalSourceRange();
H A DSemaType.cpp804 rangeToRemove = attr.getLocalSourceRange();
H A DSemaExpr.cpp4806 << ATL.getLocalSourceRange();
11350 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange();

Completed in 402 milliseconds