Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp230 REGISTER_MATCHER(functionType); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp817 const AstTypeMatcher<FunctionType> functionType; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp4430 QualType functionType; in EmitCallee() local
4433 functionType = ptrType->getPointeeType(); in EmitCallee()
4435 functionType = E->getType(); in EmitCallee()
4438 assert(functionType->isFunctionType()); in EmitCallee()
4445 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5399 extern const AstTypeMatcher<FunctionType> functionType;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td378 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
381 // functionType excludes them but functionProtoType includes them.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h12249 QualType functionType = in TransformBlockExpr() local
12251 blockScope->FunctionType = functionType; in TransformBlockExpr()