HomeSort by relevance Sort by last modified time
    Searched refs:getTypeLoc (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 654 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc()));
669 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc()));
742 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
780 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
    [all...]
RecursiveASTVisitor.h 720 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc()));
735 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc()));
    [all...]
DeclFriend.h 150 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
NestedNameSpecifier.h 305 TypeLoc getTypeLoc() const;
TypeLoc.h 201 inline TypeLoc TypeSourceInfo::getTypeLoc() const {
    [all...]
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 99 if (!TInfo || TInfo->getTypeLoc().isNull())
102 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC);
145 indexTypeLoc(NNS.getTypeLoc(), Parent, DC);
CIndex.cpp 545 return Visit(BaseTSInfo->getTypeLoc());
556 A->getInterfaceLoc()->getTypeLoc().getLocStart(), TU));
579 if (Visit(TSInfo->getTypeLoc()))
665 return Visit(TSInfo->getTypeLoc());
672 return Visit(TSInfo->getTypeLoc());
701 TypeLoc TL = SpecType->getTypeLoc();
737 if (Visit(DefArg->getTypeLoc()))
758 if (Visit(TSInfo->getTypeLoc()))
786 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
838 if (Visit(TInfo->getTypeLoc()))
    [all...]
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc();
TransGCAttrs.cpp 64 TypeLoc TL = TInfo->getTypeLoc();
248 TypeLoc TL = TInfo->getTypeLoc();
  /external/clang/lib/Sema/
TypeLocBuilder.h 111 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize);
SemaTemplateVariadic.cpp 266 T->getTypeLoc());
463 Pattern->getTypeLoc().getSourceRange(),
469 TLB.pushFullCopy(Pattern->getTypeLoc());
856 ExpansionTSInfo->getTypeLoc().castAs<PackExpansionTypeLoc>();
    [all...]
SemaType.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 107 S.collectUnexpandedParameterPacks(Aligned->getAlignmentType()->getTypeLoc(),
679 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
708 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 173 if (it->getTypeSourceInfo()->getTypeLoc().getTypeLocClass() ==
316 method->getTypeSourceInfo()->getTypeLoc().getSourceRange();
348 ->getTypeLoc()
  /external/clang/lib/AST/
Comment.cpp 241 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
299 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc();
ExprCXX.cpp 135 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
234 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
285 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
730 return getTypeInfoAsWritten()->getTypeLoc().getLocStart();
    [all...]
NestedNameSpecifier.cpp 389 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
584 SavePointer(TSInfo->getTypeLoc().getOpaqueData(), Buffer, BufferSize,
DeclTemplate.cpp 486 ? DefaultArgument->getTypeLoc().getBeginLoc()
493 DefaultArgument->getTypeLoc().getEndLoc());
770 End = getTypeAsWritten()->getTypeLoc().getEndLoc()
    [all...]
DeclarationName.cpp 578 return TInfo->getTypeLoc().getEndLoc();
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 202 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 232 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 168 milliseconds

1 2