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

/freebsd-10.3-release/contrib/llvm/tools/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 {
1002 SourceRange getLocalSourceRange() const {
1034 SourceRange getLocalSourceRange() cons
[all...]
H A DNestedNameSpecifier.h263 SourceRange getLocalSourceRange() const;
280 return getLocalSourceRange().getBegin();
286 return getLocalSourceRange().getEnd();
/freebsd-10.3-release/contrib/llvm/tools/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.cpp354 return SourceRange(First.getLocalSourceRange().getBegin(),
355 getLocalSourceRange().getEnd());
358 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { function in class:NestedNameSpecifierLoc
H A DExprCXX.cpp235 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
286 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
H A DDeclCXX.cpp1660 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp5405 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin();
5410 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5426 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5450 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(),
5453 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange();
H A DSemaDeclCXX.cpp2772 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin();
2775 << TInfo->getTypeLoc().getLocalSourceRange();
2830 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin();
2834 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
2888 << BaseTInfo->getTypeLoc().getLocalSourceRange();
2907 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
11259 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange();
H A DSemaExpr.cpp4275 << ATL.getLocalSourceRange();
9943 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4821 AddSourceRange(NNS.getLocalSourceRange(), Record);
4826 AddSourceRange(NNS.getLocalSourceRange(), Record);
4831 AddSourceRange(NNS.getLocalSourceRange(), Record);
4838 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);
4842 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);

Completed in 248 milliseconds