Searched refs:getTypeLoc (Results 1 - 25 of 50) sorted by relevance

12

/external/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp99 if (!TInfo || TInfo->getTypeLoc().isNull())
102 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC);
145 indexTypeLoc(NNS.getTypeLoc(), Parent, DC);
H A DCIndex.cpp545 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/include/clang/AST/
H A DDataRecursiveASTVisitor.h654 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc()));
669 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc()));
742 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
780 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1095 TRY_TO(TraverseTypeLoc(TL.getUnderlyingTInfo()->getTypeLoc()));
1104 TRY_TO(TraverseTypeLoc(TL.getUnderlyingTInfo()->getTypeLoc()));
1208 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1239 TRY_TO(TraverseTypeLoc(D->getFriendType()->getTypeLoc()));
1246 TRY_TO(TraverseTypeLoc(D->getFriendType()->getTypeLoc()));
1318 TRY_TO(TraverseTypeLoc(D->getReturnTypeSourceInfo()->getTypeLoc()));
[all...]
H A DRecursiveASTVisitor.h720 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc()));
735 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc()));
808 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
846 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1160 TRY_TO(TraverseTypeLoc(TL.getUnderlyingTInfo()->getTypeLoc()));
1169 TRY_TO(TraverseTypeLoc(TL.getUnderlyingTInfo()->getTypeLoc()));
1273 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1304 TRY_TO(TraverseTypeLoc(D->getFriendType()->getTypeLoc()));
1311 TRY_TO(TraverseTypeLoc(D->getFriendType()->getTypeLoc()));
1390 TRY_TO(TraverseTypeLoc(D->getReturnTypeSourceInfo()->getTypeLoc()));
[all...]
H A DDeclFriend.h150 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
H A DNestedNameSpecifier.h305 TypeLoc getTypeLoc() const;
H A DTypeLoc.h201 inline TypeLoc TypeSourceInfo::getTypeLoc() const { function in class:clang::TypeSourceInfo
1109 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc());
/external/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc();
H A DTransGCAttrs.cpp64 TypeLoc TL = TInfo->getTypeLoc();
248 TypeLoc TL = TInfo->getTypeLoc();
/external/clang/lib/Sema/
H A DTypeLocBuilder.h111 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize);
H A DSemaTemplateVariadic.cpp266 T->getTypeLoc());
463 Pattern->getTypeLoc().getSourceRange(),
469 TLB.pushFullCopy(Pattern->getTypeLoc());
856 ExpansionTSInfo->getTypeLoc().castAs<PackExpansionTypeLoc>();
H A DSemaType.cpp2766 DiagLoc = TInfo->getTypeLoc().getLocStart();
2767 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getLocEnd());
2779 TLB.pushFullCopy(TInfo->getTypeLoc());
3537 TypeLoc OldTL = TInfo->getTypeLoc();
3595 TL.copy(TInfo->getTypeLoc().castAs<ElaboratedTypeLoc>());
3611 TL.copy(TInfo->getTypeLoc().castAs<DependentNameTypeLoc>());
3620 TInfo->getTypeLoc().castAs<DependentTemplateSpecializationTypeLoc>());
3635 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc());
3692 TypeLoc ClsTL = ClsTInfo->getTypeLoc();
3711 NamedTL.initializeFullCopy(NNSLoc.getTypeLoc());
[all...]
H A DSemaTemplateInstantiateDecl.cpp107 S.collectUnexpandedParameterPacks(Aligned->getAlignmentType()->getTypeLoc(),
679 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
708 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
1815 TypeLoc TL = D->getTypeSourceInfo()->getTypeLoc();
1974 S.collectUnexpandedParameterPacks(NTTP->getTypeSourceInfo()->getTypeLoc(),
2361 TemplateSpecializationTypeLoc Loc = D->getTypeAsWritten()->getTypeLoc().
2900 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens();
2904 TypeLoc NewTL = NewTInfo->getTypeLoc().IgnoreParens();
4023 TypeLoc BaseTL = Init->getTypeSourceInfo()->getTypeLoc();
H A DSemaExprCXX.cpp910 SourceLocation TyBeginLoc = TInfo->getTypeLoc().getBeginLoc();
1163 SourceRange TypeRange = AllocTypeInfo->getTypeLoc().getSourceRange();
1239 Diag(AllocTypeInfo->getTypeLoc().getBeginLoc(),
3657 OpaqueValueExpr(Args[I]->getTypeLoc().getLocStart(),
5378 = DestructedTypeInfo->getTypeLoc().getLocalSourceRange().getBegin();
5383 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5399 << DestructedTypeInfo->getTypeLoc().getLocalSourceRange();
5423 Diag(ScopeTypeInfo->getTypeLoc().getLocalSourceRange().getBegin(),
5426 << ScopeTypeInfo->getTypeLoc().getLocalSourceRange();
H A DSemaTemplateInstantiate.cpp1530 TypeLoc TL = T->getTypeLoc().IgnoreParens();
1577 TypeLoc TL = T->getTypeLoc();
1602 TypeLoc OldTL = OldDI->getTypeLoc();
1732 collectUnexpandedParameterPacks(Base.getTypeSourceInfo()->getTypeLoc(),
H A DTreeTransform.h3069 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType,
3576 TemporaryBase Rebase(*this, DI->getTypeLoc().getBeginLoc(),
3583 TypeLoc TL = DI->getTypeLoc();
3695 return TSI->getTypeLoc();
3708 return TransformTSIInObjectScope(TSInfo->getTypeLoc(), ObjectType,
4234 TypeLoc OldTL = OldDI->getTypeLoc();
4238 TypeLoc NewTL = OldDI->getTypeLoc();
4299 TypeLoc TL = OldParm->getTypeSourceInfo()->getTypeLoc();
7932 /*FIXME:*/T->getTypeLoc().getEndLoc(),
8264 TypeLoc FromTL = From->getTypeLoc();
[all...]
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp173 if (it->getTypeSourceInfo()->getTypeLoc().getTypeLocClass() ==
316 method->getTypeSourceInfo()->getTypeLoc().getSourceRange();
348 ->getTypeLoc()
/external/clang/lib/AST/
H A DComment.cpp241 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
299 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc();
H A DExprCXX.cpp135 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : RParenLoc;
234 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
285 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
730 return getTypeInfoAsWritten()->getTypeLoc().getLocStart();
815 Type->getTypeLoc().getBeginLoc(),
824 return Type->getTypeLoc().getBeginLoc();
1181 return Type->getTypeLoc().getBeginLoc();
H A DNestedNameSpecifier.cpp389 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const { function in class:NestedNameSpecifierLoc
584 SavePointer(TSInfo->getTypeLoc().getOpaqueData(), Buffer, BufferSize,
H A DDeclTemplate.cpp486 ? DefaultArgument->getTypeLoc().getBeginLoc()
493 DefaultArgument->getTypeLoc().getEndLoc());
770 End = getTypeAsWritten()->getTypeLoc().getEndLoc();
H A DDeclarationName.cpp578 return TInfo->getTypeLoc().getEndLoc();
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp202 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp232 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1894 return Inner.matches(Node.getTypeSourceInfo()->getTypeLoc(), Finder, Builder);
3486 return Node && InnerMatcher.matches(Node.getTypeLoc(), Finder, Builder);

Completed in 406 milliseconds

12