/external/clang/include/clang/AST/ |
RecursiveASTVisitor.h | 684 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc())); 699 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc())); 772 return getDerived().TraverseTypeLoc(TSI->getTypeLoc()); 811 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc())); [all...] |
DeclFriend.h | 149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
|
NestedNameSpecifier.h | 304 TypeLoc getTypeLoc() const;
|
TypeLoc.h | 198 inline TypeLoc TypeSourceInfo::getTypeLoc() const { [all...] |
/external/clang/tools/libclang/ |
RecursiveASTVisitor.h | 618 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc())); 633 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc())); 706 return getDerived().TraverseTypeLoc(TSI->getTypeLoc()); 745 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 | 526 return Visit(BaseTSInfo->getTypeLoc()); 559 if (Visit(TSInfo->getTypeLoc())) 645 return Visit(TSInfo->getTypeLoc()); 652 return Visit(TSInfo->getTypeLoc()); 681 TypeLoc TL = SpecType->getTypeLoc(); 716 if (Visit(DefArg->getTypeLoc())) 737 if (Visit(TSInfo->getTypeLoc())) 774 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens(); 827 if (Visit(TInfo->getTypeLoc())) 907 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 | 111 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize);
|
SemaTemplateVariadic.cpp | 266 T->getTypeLoc()); 463 Pattern->getTypeLoc().getSourceRange(), 469 TLB.pushFullCopy(Pattern->getTypeLoc()); 868 ExpansionTSInfo->getTypeLoc().castAs<PackExpansionTypeLoc>(); [all...] |
SemaType.cpp | [all...] |
SemaDeclCXX.cpp | [all...] |
SemaTemplateInstantiateDecl.cpp | 96 S.collectUnexpandedParameterPacks(Aligned->getAlignmentType()->getTypeLoc(), 620 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); 647 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); [all...] |
SemaExprCXX.cpp | [all...] |
SemaTemplateInstantiate.cpp | [all...] |
SemaExprObjC.cpp | [all...] |
/external/chromium_org/tools/clang/plugins/ |
FindBadConstructs.cpp | 184 if (it->getTypeSourceInfo()->getTypeLoc().getTypeLocClass() == 326 method->getTypeSourceInfo()->getTypeLoc().getSourceRange(); 356 it->getTypeSourceInfo()->getTypeLoc().getTypePtr()->
|
/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; 175 Location = Info->getTypeLoc().getLocalSourceRange().getBegin(); 224 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd(); 745 Type->getTypeLoc().getBeginLoc(), 754 return Type->getTypeLoc().getBeginLoc(); [all...] |
NestedNameSpecifier.cpp | 387 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const { 583 SavePointer(TSInfo->getTypeLoc().getOpaqueData(), Buffer, BufferSize,
|
DeclTemplate.cpp | 490 ? DefaultArgument->getTypeLoc().getBeginLoc() 497 DefaultArgument->getTypeLoc().getEndLoc()); [all...] |
DeclarationName.cpp | 567 return TInfo->getTypeLoc().getEndLoc();
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocSizeofChecker.cpp | 233 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
|