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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h127 SourceRange getLocalSourceRange() const { function in class:clang::TypeLoc
227 SourceRange getLocalSourceRange() const { function in class:clang::QualifiedTypeLoc
428 SourceRange getLocalSourceRange() const { function in class:clang::TypeSpecTypeLoc
481 SourceRange getLocalSourceRange() const { function in class:clang::BuiltinTypeLoc
729 SourceRange getLocalSourceRange() const { function in class:clang::AttributedTypeLoc
827 SourceRange getLocalSourceRange() const {
872 SourceRange getLocalSourceRange() const {
912 SourceRange getLocalSourceRange() const {
956 SourceRange getLocalSourceRange() const {
1026 SourceRange getLocalSourceRange() cons
[all...]
H A DNestedNameSpecifier.h259 SourceRange getLocalSourceRange() const;
276 return getLocalSourceRange().getBegin();
282 return getLocalSourceRange().getEnd();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp32 return TyLoc.getLocalSourceRange(); \
125 if (!Cur.getLocalSourceRange().getBegin().isInvalid())
134 return LeftMost.getLocalSourceRange().getBegin();
145 return Last.getLocalSourceRange().getEnd();
210 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.cpp172 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
221 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
H A DDeclCXX.cpp1594 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp5170 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin();
5175 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5191 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5215 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(),
5218 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange();
H A DSemaDeclCXX.cpp2608 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin();
2611 << TInfo->getTypeLoc().getLocalSourceRange();
2666 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin();
2670 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
2724 << BaseTInfo->getTypeLoc().getLocalSourceRange();
2743 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
10754 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange();
H A DSemaExpr.cpp4019 << ATL.getLocalSourceRange();
9524 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4730 AddSourceRange(NNS.getLocalSourceRange(), Record);
4735 AddSourceRange(NNS.getLocalSourceRange(), Record);
4740 AddSourceRange(NNS.getLocalSourceRange(), Record);
4747 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);
4751 AddSourceLocation(NNS.getLocalSourceRange().getEnd(), Record);

Completed in 325 milliseconds