HomeSort by: relevance | last modified time | path
    Searched refs:getLocalSourceRange (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 158 SourceRange getLocalSourceRange() const {
279 SourceRange getLocalSourceRange() const { return {}; }
531 SourceRange getLocalSourceRange() const {
598 SourceRange getLocalSourceRange() const {
824 SourceRange getLocalSourceRange() const {
884 SourceRange getLocalSourceRange() const;
1006 SourceRange getLocalSourceRange() const {
1057 SourceRange getLocalSourceRange() const {
1103 SourceRange getLocalSourceRange() const {
1104 return getInnerLoc().getLocalSourceRange();
    [all...]
NestedNameSpecifier.h 295 SourceRange getLocalSourceRange() const;
312 return getLocalSourceRange().getBegin();
318 return getLocalSourceRange().getEnd();
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp 46 return TyLoc.getLocalSourceRange(); \
216 if (Cur.getLocalSourceRange().getBegin().isValid())
225 return LeftMost.getLocalSourceRange().getBegin();
236 return Last.getLocalSourceRange().getEnd();
307 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const {
487 SourceRange AttributedTypeLoc::getLocalSourceRange() const {
NestedNameSpecifier.cpp 417 return SourceRange(First.getLocalSourceRange().getBegin(),
418 getLocalSourceRange().getEnd());
421 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const {
ExprCXX.cpp 316 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
343 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
DeclCXX.cpp 2566 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin();
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 152 return T.getLocalSourceRange().getBegin();
921 // FIXME: Fix `NestedNameSpecifierLoc::getLocalSourceRange` for the
927 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) {
928 auto SR = NNSLoc.getLocalSourceRange();
930 // The method `NestedNameSpecifierLoc::getLocalSourceRange` *should*
979 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back();
1408 auto SR = L.getLocalSourceRange();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 5384 AddSourceRange(NNS.getLocalSourceRange());
5389 AddSourceRange(NNS.getLocalSourceRange());
5394 AddSourceRange(NNS.getLocalSourceRange());
5402 AddSourceLocation(NNS.getLocalSourceRange().getEnd());
5406 AddSourceLocation(NNS.getLocalSourceRange().getEnd());
5411 AddSourceRange(NNS.getLocalSourceRange());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 7430 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin();
7455 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
7472 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
7496 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(),
7499 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange();
SemaDeclCXX.cpp 4406 SourceLocation NameLoc = TInfo->getTypeLoc().getLocalSourceRange().getBegin();
4409 << TInfo->getTypeLoc().getLocalSourceRange();
4465 = BaseTInfo->getTypeLoc().getLocalSourceRange().getBegin();
4469 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
4523 << BaseTInfo->getTypeLoc().getLocalSourceRange();
4542 << BaseType << BaseTInfo->getTypeLoc().getLocalSourceRange();
16192 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange();
SemaTemplateDeduction.cpp 4700 Converted, TypeLoc.getLocalSourceRange(),
4716 << Deduced << Buf << TypeLoc.getLocalSourceRange();
SemaDeclObjC.cpp 724 rangeToRemove = attr.getLocalSourceRange();
SemaType.cpp 894 rangeToRemove = attr.getLocalSourceRange();
SemaExpr.cpp 6005 << ATL.getLocalSourceRange();
15058 SourceRange TypeRange = TInfo->getTypeLoc().getLocalSourceRange();

Completed in 115 milliseconds