Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h42 using DeclTy = llvm::PointerUnion<const Decl *, const Expr *>; variable
H A DDescriptor.h28 using DeclTy = llvm::PointerUnion<const Decl *, const Expr *>; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp60 const Type *DeclTy = PDecl->getType().getCanonicalType().getTypePtr(); in handleAccessAttr() local
H A DTreeTransform.h12239 QualType DeclTy = getDerived().TransformType(D->getType()); in TransformOMPIteratorExpr() local
H A DSemaOpenMP.cpp23518 QualType DeclTy; in ActOnOMPIteratorExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3684 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(VD->getType()); in GetWeakRefReference() local
4282 llvm::FunctionType *DeclTy = getTypes().GetFunctionType(FI); in emitMultiVersionFunctions() local
4339 llvm::FunctionType *DeclTy = getTypes().GetFunctionType(FI); in emitCPUDispatchDefinition() local
4508 llvm::FunctionType *DeclTy = getTypes().GetFunctionType(FI); in GetOrCreateMultiVersionResolver() local
6033 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(D->getType()); in EmitAliasDefinition() local
6135 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(D->getType()); in emitIFuncDefinition() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16180 QualType DeclTy = VD->getType(); in EvaluateAsInitializer() local