Home
last modified time | relevance | path

Searched refs:functionType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1278 QualType functionType; in emitCallee() local
1281 functionType = ptrType->getPointeeType(); in emitCallee()
1283 functionType = e->getType(); in emitCallee()
1286 assert(functionType->isFunctionType()); in emitCallee()
1293 CIRGenCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), gd); in emitCallee()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp271 REGISTER_MATCHER(functionType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp6006 QualType functionType; in EmitCallee() local
6009 functionType = ptrType->getPointeeType(); in EmitCallee()
6011 functionType = E->getType(); in EmitCallee()
6014 assert(functionType->isFunctionType()); in EmitCallee()
6021 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
6022 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallee()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1089 const AstTypeMatcher<FunctionType> functionType; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7327 extern const AstTypeMatcher<FunctionType> functionType;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td575 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
578 // functionType excludes them but functionProtoType includes them.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h17018 QualType functionType = in TransformBlockExpr() local
17020 blockScope->FunctionType = functionType; in TransformBlockExpr()