Home
last modified time | relevance | path

Searched defs:TSInfo (Results 1 – 25 of 31) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreSubtarget.h38 XCoreSelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.h39 MSP430SelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h49 SystemZSelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h43 SparcSelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h51 HexagonSelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h47 TargetSelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h60 AArch64SelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXType.cpp163 if (TypeSourceInfo *TSInfo = DD->getTypeSourceInfo()) in clang_getCursorType() local
172 if (TypeSourceInfo *TSInfo = FTD->getTemplatedDecl()->getTypeSourceInfo()) in clang_getCursorType() local
H A DCIndex.cpp582 if (TypeSourceInfo *TSInfo = B->getSignatureAsWritten()) in VisitBlockDecl() local
668 if (TypeSourceInfo *TSInfo = D->getTypeSourceInfo()) in VisitTypeAliasDecl() local
675 if (TypeSourceInfo *TSInfo = D->getTypeSourceInfo()) in VisitTypedefDecl() local
761 if (TypeSourceInfo *TSInfo = DD->getTypeSourceInfo()) in VisitDeclaratorDecl() local
787 if (TypeSourceInfo *TSInfo = ND->getTypeSourceInfo()) { in VisitFunctionDecl() local
921 if (TypeSourceInfo *TSInfo = ND->getReturnTypeSourceInfo()) in VisitObjCMethodDecl() local
1209 if (TypeSourceInfo *TSInfo = Name.getNamedTypeInfo()) in VisitDeclarationNameInfo() local
1372 if (TypeSourceInfo *TSInfo = TAL.getTypeSourceInfo()) in VisitTemplateArgumentLoc() local
1582 if (TypeSourceInfo *TSInfo = TL.getUnderlyingTInfo()) in VisitTypeOfTypeLoc() local
1589 if (TypeSourceInfo *TSInfo = TL.getUnderlyingTInfo()) in VisitUnaryTransformTypeLoc() local
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp335 if (TypeSourceInfo *TSInfo = NameInfo.getNamedTypeInfo()) in DiagnoseUnexpandedParameterPack() local
460 TypeSourceInfo *TSInfo; in ActOnPackExpansion() local
H A DSemaExceptionSpec.cpp318 if (TypeSourceInfo *TSInfo = New->getTypeSourceInfo()) { in CheckEquivalentExceptionSpec() local
H A DSemaExprObjC.cpp1919 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind() local
1942 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); in getObjCMessageKind() local
3981 TypeSourceInfo *TSInfo, in BuildObjCBridgedCast()
4096 TypeSourceInfo *TSInfo = nullptr; in ActOnObjCBridgedCast() local
H A DSemaTemplateInstantiate.cpp995 TypeSourceInfo *TSInfo, in RebuildObjCExceptionDecl()
1568 if (TypeSourceInfo *TSInfo = P->getTypeSourceInfo()) in NeedsInstantiationAsFunctionType() local
H A DTreeTransform.h2310 ExprResult RebuildCXXScalarValueInitExpr(TypeSourceInfo *TSInfo, in RebuildCXXScalarValueInitExpr()
2373 TypeSourceInfo *TSInfo, in RebuildArrayTypeTrait()
2459 ExprResult RebuildCXXTemporaryObjectExpr(TypeSourceInfo *TSInfo, in RebuildCXXTemporaryObjectExpr()
2473 ExprResult RebuildCXXUnresolvedConstructExpr(TypeSourceInfo *TSInfo, in RebuildCXXUnresolvedConstructExpr()
3803 TreeTransform<Derived>::TransformTypeInObjectScope(TypeSourceInfo *TSInfo, in TransformTypeInObjectScope()
6201 TypeSourceInfo *TSInfo = nullptr; in TransformObjCAtCatchStmt() local
9992 TypeSourceInfo *TSInfo in TransformObjCBridgedCastExpr() local
H A DSemaInit.cpp5312 TypeSourceInfo *TSInfo = Entity.getTypeSourceInfo(); in PerformConstructorInitialization() local
6193 TypeSourceInfo *TSInfo = Entity.getTypeSourceInfo(); in Perform() local
H A DSemaExprCXX.cpp3967 TypeSourceInfo *TSInfo; in ActOnArrayTypeTrait() local
4031 TypeSourceInfo *TSInfo, in BuildArrayTypeTrait()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.h144 const MipsSelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h126 PPCSelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp623 TypeSourceInfo *TSInfo in MakeTrivial() local
H A DDeclCXX.cpp1702 if (TypeSourceInfo *TSInfo = Initializee.get<TypeSourceInfo*>()) in getSourceLocation() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h270 ARMSelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h260 X86SelectionDAGInfo TSInfo; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h671 if (TypeSourceInfo *TSInfo = NameInfo.getNamedTypeInfo()) in TraverseDeclarationNameInfo() local
H A DRecursiveASTVisitor.h737 if (TypeSourceInfo *TSInfo = NameInfo.getNamedTypeInfo()) in TraverseDeclarationNameInfo() local
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp966 if (TypeSourceInfo *TSInfo = OM->getReturnTypeSourceInfo()) { in ReplaceWithInstancetype() local
986 if (TypeSourceInfo *TSInfo = OM->getReturnTypeSourceInfo()) { in ReplaceWithClasstype() local

12