Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp255 REGISTER_MATCHER(functionType); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4931 QualType functionType; in EmitCallee() local
4934 functionType = ptrType->getPointeeType(); in EmitCallee()
4936 functionType = E->getType(); in EmitCallee()
4939 assert(functionType->isFunctionType()); in EmitCallee()
4946 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1030 const AstTypeMatcher<FunctionType> functionType; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6610 extern const AstTypeMatcher<FunctionType> functionType;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td434 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
437 // functionType excludes them but functionProtoType includes them.
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14079 QualType functionType = in TransformBlockExpr() local
14081 blockScope->FunctionType = functionType; in TransformBlockExpr()