Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp269 REGISTER_MATCHER(functionType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5578 QualType functionType; in EmitCallee() local
5581 functionType = ptrType->getPointeeType(); in EmitCallee()
5583 functionType = E->getType(); in EmitCallee()
5586 assert(functionType->isFunctionType()); in EmitCallee()
5593 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
5594 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallee()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7280 extern const AstTypeMatcher<FunctionType> functionType;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td535 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
538 // functionType excludes them but functionProtoType includes them.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15879 QualType functionType = in TransformBlockExpr() local
15881 blockScope->FunctionType = functionType; in TransformBlockExpr()