Home
last modified time | relevance | path

Searched defs:DeclTy (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DASTImporterODRStrategiesTest.cpp32 using DeclTy = FunctionDecl; typedef
44 using DeclTy = TypedefNameDecl; typedef
52 using DeclTy = TypedefNameDecl; typedef
60 using DeclTy = EnumDecl; typedef
68 using DeclTy = EnumDecl; typedef
76 using DeclTy = EnumConstantDecl; typedef
84 using DeclTy = CXXRecordDecl; typedef
95 using DeclTy = VarDecl; typedef
105 using DeclTy = ClassTemplateDecl; typedef
119 using DeclTy = FunctionTemplateDecl; typedef
[all …]
DASTImporterGenericRedeclTest.cpp21 using DeclTy = FunctionDecl; typedef
30 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
48 using DeclTy = VarDecl; typedef
55 using DeclTy = FunctionTemplateDecl; typedef
69 using DeclTy = ClassTemplateDecl; typedef
78 using DeclTy = VarTemplateDecl; typedef
93 using DeclTy = FunctionDecl; typedef
118 using DeclTy = ClassTemplateSpecializationDecl; typedef
137 using DeclTy = typename TypeParam::DeclTy; typedef
DASTImporterVisibilityTest.cpp27 using DeclTy = FunctionDecl; typedef
31 using DeclTy = VarDecl; typedef
35 using DeclTy = CXXRecordDecl; typedef
39 using DeclTy = EnumDecl; typedef
43 using DeclTy = TypedefNameDecl; typedef
47 using DeclTy = FunctionTemplateDecl; typedef
53 using DeclTy = VarTemplateDecl; typedef
59 using DeclTy = ClassTemplateDecl; typedef
111 using DeclTy = typename PatternFactory::DeclTy; typedef in clang::ast_matchers::ImportVisibilityChain
235 using DeclTy = typename PatternFactory::DeclTy; typedef in clang::ast_matchers::ImportVisibility
/external/llvm-project/clang/lib/AST/Interp/
DDescriptor.h26 using DeclTy = llvm::PointerUnion<const Decl *, const Expr *>; variable
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp2673 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(VD->getType()); in GetWeakRefReference() local
3152 llvm::Type *DeclTy = getTypes().ConvertType(FD->getType()); in emitCPUDispatchDefinition() local
3263 GlobalDecl GD, llvm::Type *DeclTy, const FunctionDecl *FD) { in GetOrCreateMultiVersionResolver()
4748 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(D->getType()); in EmitAliasDefinition() local
4840 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(D->getType()); in emitIFuncDefinition() local
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1496 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(VD->getType()); in GetWeakRefReference() local
2933 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(D->getType()); in EmitAliasDefinition() local
3016 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(D->getType()); in emitIFuncDefinition() local
/external/clang/lib/Sema/
DSemaDeclAttr.cpp5329 const Type *DeclTy = PDecl->getType().getCanonicalType().getTypePtr(); in handleOpenCLAccessAttr() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp7190 const Type *DeclTy = PDecl->getType().getCanonicalType().getTypePtr(); in handleOpenCLAccessAttr() local
DSemaExpr.cpp5121 QualType DeclTy; in ActOnOMPIteratorExpr() local
DTreeTransform.h10429 QualType DeclTy = getDerived().TransformType(D->getType()); in TransformOMPIteratorExpr() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp14878 QualType DeclTy = VD->getType(); in EvaluateAsInitializer() local