HomeSort by: relevance | last modified time | path
    Searched refs:getTypeLoc (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransARCAssign.cpp 60 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc();
TransGCAttrs.cpp 63 TypeLoc TL = TInfo->getTypeLoc();
242 TypeLoc TL = TInfo->getTypeLoc();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RecursiveASTVisitor.h 728 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc()));
743 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc()));
820 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
858 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1151 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
1264 TRY_TO(TraverseTypeLoc(TL.getUnderlyingTInfo()->getTypeLoc()));
1273 TRY_TO(TraverseTypeLoc(TL.getUnderlyingTInfo()->getTypeLoc()));
1353 TRY_TO(TraverseTypeLoc(TL.getTypeArgTInfo(i)->getTypeLoc()));
1428 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1457 TRY_TO(TraverseTypeLoc(D->getFriendType()->getTypeLoc()));
    [all...]
DeclFriend.h 167 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
NestedNameSpecifier.h 336 TypeLoc getTypeLoc() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Comment.cpp 182 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc();
309 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
333 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
354 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
NestedNameSpecifier.cpp 451 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
654 SavePointer(TSInfo->getTypeLoc().getOpaqueData(), Buffer, BufferSize,
ExprCXX.cpp 177 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : getRParenLoc();
316 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
343 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
867 return getTypeInfoAsWritten()->getTypeLoc().getBeginLoc();
986 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(),
1020 return getTypeSourceInfo()->getTypeLoc().getBeginLoc();
1358 return TSI->getTypeLoc().getBeginLoc();
DeclarationName.cpp 520 return TInfo->getTypeLoc().getEndLoc();
ExprObjC.cpp 296 return getClassReceiverTypeInfo()->getTypeLoc().getSourceRange();
Decl.cpp 1856 if (TSI) return TSI->getTypeLoc().getBeginLoc();
1862 if (TSI) return TSI->getTypeLoc().getEndLoc();
1962 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
3509 return TSI ? TSI->getTypeLoc().IgnoreParens().getAs<FunctionTypeLoc>()
4405 return TI->getTypeLoc().getSourceRange();
5012 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
5020 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp 83 TRY_TO(TraverseTypeLoc(D->getTypeSourceInfo()->getTypeLoc()));
240 if (!TInfo || TInfo->getTypeLoc().isNull())
243 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType);
289 indexTypeLoc(NNS.getTypeLoc(), Parent, DC);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TypeLocBuilder.h 108 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize);
SemaTemplateVariadic.cpp 392 T->getTypeLoc());
610 Pattern->getTypeLoc().getSourceRange(),
616 TLB.pushFullCopy(Pattern->getTypeLoc());
1069 ExpansionTSInfo->getTypeLoc().castAs<PackExpansionTypeLoc>();
SemaType.cpp 890 if (TypeLoc qual = typeArgInfo->getTypeLoc().findExplicitQualifierLoc()) {
967 S.Diag(typeArgInfo->getTypeLoc().getBeginLoc(),
995 S.Diag(typeArgInfo->getTypeLoc().getBeginLoc(),
1013 S.Diag(typeArgInfo->getTypeLoc().getBeginLoc(),
1015 << typeArg << typeArgInfo->getTypeLoc().getSourceRange();
1117 TypeLoc ResultTL = ResultTInfo->getTypeLoc();
1177 T, BaseTypeInfo->getTypeLoc().getSourceRange().getBegin(),
1190 TypeLoc ResultTL = ResultTInfo->getTypeLoc();
1243 ObjCObjectTL.getBaseLoc().initializeFullCopy(BaseTypeInfo->getTypeLoc());
3221 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc()
    [all...]
SemaTemplateInstantiate.cpp 1916 TemplateDeductionInfo Info(Req->getType()->getTypeLoc().getBeginLoc());
1918 Req->getType()->getTypeLoc().getBeginLoc(), Req, Info,
1919 Req->getType()->getTypeLoc().getSourceRange());
2135 TypeLoc TL = T->getTypeLoc().IgnoreParens();
2173 TypeLoc TL = T->getTypeLoc();
2216 if (SubstExceptionSpec(New->getTypeSourceInfo()->getTypeLoc().getEndLoc(),
2320 TypeLoc OldTL = OldDI->getTypeLoc();
2511 collectUnexpandedParameterPacks(Base.getTypeSourceInfo()->getTypeLoc(),
SemaTemplate.cpp 984 TypeLoc TL = TInfo->getTypeLoc();
1017 TInfo->getTypeLoc().getBeginLoc());
1252 Diag(NTTP->getTypeSourceInfo()->getTypeLoc().getBeginLoc(),
1254 << NTTP->getTypeSourceInfo()->getTypeLoc().getSourceRange();
1554 if (AutoTypeLoc TL = TInfo->getTypeLoc().getContainedAutoTypeLoc())
2107 TransformType(InnerTLB, OrigDecl->getTypeSourceInfo()->getTypeLoc());
2204 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc()
2237 TSI->getTypeLoc().castAs<FunctionProtoTypeLoc>();
2375 if (auto PackTL = OldDI->getTypeLoc().getAs<PackExpansionTypeLoc>()) {
2434 TInfo->getTypeLoc().castAs<FunctionProtoTypeLoc>().getParams()
    [all...]
SemaDeclObjC.cpp 662 IDecl->setEndOfDefinitionLoc(SuperClassTInfo->getTypeLoc().getEndLoc());
685 typeBoundInfo->getTypeLoc().getEndLoc());
686 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(),
694 builder.pushFullCopy(typeBoundInfo->getTypeLoc());
706 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(),
718 TypeLoc qual = typeBoundInfo->getTypeLoc().findExplicitQualifierLoc();
737 : typeBoundInfo->getTypeLoc().getBeginLoc(),
923 ->getTypeLoc().getSourceRange();
2308 return (TSI ? TSI->getTypeLoc().getSourceRange() : SourceRange());
4775 ? DI->getTypeLoc().getBeginLoc(
    [all...]
SemaDeclCXX.cpp 1851 TypeLoc TL = TN->getTypeSourceInfo()->getTypeLoc();
2486 << TInfo->getTypeLoc().getSourceRange();
2490 SourceLocation BaseLoc = TInfo->getTypeLoc().getBeginLoc();
4249 TInfo->getTypeLoc().castAs<DependentNameTypeLoc>();
4313 ElaboratedTypeLoc TL = TInfo->getTypeLoc().castAs<ElaboratedTypeLoc>();
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()
    [all...]
SemaTemplateInstantiateDecl.cpp 115 S.collectUnexpandedParameterPacks(Aligned->getAlignmentType()->getTypeLoc(),
1318 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
1355 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
2672 TypeLoc TL = D->getTypeSourceInfo()->getTypeLoc();
2798 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc())
2803 ? DI->getTypeLoc().getAs<PackExpansionTypeLoc>()
2835 S.collectUnexpandedParameterPacks(NTTP->getTypeSourceInfo()->getTypeLoc(),
3496 TemplateSpecializationTypeLoc Loc = D->getTypeAsWritten()->getTypeLoc().
3763 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>();
3765 auto NewLoc = NewTInfo->getTypeLoc().castAs<FunctionProtoTypeLoc>()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp 357 getSupportedDeclFromTypeLoc(NestedLoc.getTypeLoc())) {
360 EndLocationForType(NestedLoc.getTypeLoc()),
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 234 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
DeadStoresChecker.cpp 235 V->getTypeSourceInfo()->getTypeLoc().getEndLoc(),
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
generate_cxx_src_locs.py 155 LocationCall::ReturnsPointer), "getTypeLoc"),
156 Object.{0}()->getTypeLoc(), Locs, Rngs, TypeLocRecursionGuard);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 559 return Visit(BaseTSInfo->getTypeLoc());
570 A->getInterfaceLoc()->getTypeLoc().getBeginLoc(), TU));
593 if (Visit(TSInfo->getTypeLoc()))
699 return Visit(TSInfo->getTypeLoc());
706 return Visit(TSInfo->getTypeLoc());
733 TypeLoc TL = SpecType->getTypeLoc();
771 if (Visit(DefArg->getTypeLoc()))
792 if (Visit(TSInfo->getTypeLoc()))
830 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
888 if (Visit(TInfo->getTypeLoc()))
    [all...]

Completed in 118 milliseconds

1 2 3