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

1 2

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 669 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc()));
684 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc()));
757 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
796 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
    [all...]
DeclFriend.h 149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
NestedNameSpecifier.h 300 TypeLoc getTypeLoc() const;
TypeLoc.h 194 inline TypeLoc TypeSourceInfo::getTypeLoc() const {
1028 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc());
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 611 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc()));
626 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc()));
699 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
738 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
    [all...]
IndexTypeSourceInfo.cpp 99 if (!TInfo || TInfo->getTypeLoc().isNull())
102 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC);
145 indexTypeLoc(NNS.getTypeLoc(), Parent, DC);
CIndex.cpp 523 return Visit(BaseTSInfo->getTypeLoc());
556 if (Visit(TSInfo->getTypeLoc()))
642 return Visit(TSInfo->getTypeLoc());
649 return Visit(TSInfo->getTypeLoc());
678 TypeLoc TL = SpecType->getTypeLoc();
713 if (Visit(DefArg->getTypeLoc()))
727 if (Visit(TSInfo->getTypeLoc()))
757 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
810 if (Visit(TInfo->getTypeLoc()))
890 if (Visit(TSInfo->getTypeLoc()))
    [all...]
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc();
TransGCAttrs.cpp 64 TypeLoc TL = TInfo->getTypeLoc();
250 TypeLoc TL = TInfo->getTypeLoc();
  /external/clang/lib/Sema/
TypeLocBuilder.h 112 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize);
SemaTemplateVariadic.cpp 261 T->getTypeLoc());
458 Pattern->getTypeLoc().getSourceRange(),
465 TSResult->getTypeLoc().castAs<PackExpansionTypeLoc>();
470 Pattern->getTypeLoc().getOpaqueData(),
471 Pattern->getTypeLoc().getFullDataSize());
SemaTemplateInstantiateDecl.cpp 96 S.collectUnexpandedParameterPacks(Aligned->getAlignmentType()->getTypeLoc(),
644 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
671 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
    [all...]
SemaDeclCXX.cpp 801 TypeLoc TL = TN->getTypeSourceInfo()->getTypeLoc();
    [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp 792 SourceLocation TyBeginLoc = TInfo->getTypeLoc().getBeginLoc();
    [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
DumpXML.cpp 457 //dispatch(D->getTypeSourceInfo()->getTypeLoc());
559 dispatch(D->getTypeSourceInfo()->getTypeLoc());
567 dispatch(D->getTypeSourceInfo()->getTypeLoc());
604 dispatch(I->getTypeSourceInfo()->getTypeLoc());
701 dispatch(D->getDefaultArgumentInfo()->getTypeLoc());
730 dispatch(T->getTypeLoc());
Comment.cpp 240 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
ExprCXX.cpp 77 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
172 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
222 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
732 Type->getTypeLoc().getBeginLoc(),
741 return Type->getTypeLoc().getBeginLoc();
    [all...]
NestedNameSpecifier.cpp 387 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
583 SavePointer(TSInfo->getTypeLoc().getOpaqueData(), Buffer, BufferSize,
DeclTemplate.cpp 474 ? DefaultArgument->getTypeLoc().getBeginLoc()
481 DefaultArgument->getTypeLoc().getEndLoc());
    [all...]
DeclarationName.cpp 579 return TInfo->getTypeLoc().getEndLoc();
Decl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 233 Ranges.push_back(TSI->getTypeLoc().getSourceRange());

Completed in 1065 milliseconds

1 2