Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp269 REGISTER_MATCHER(functionType); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1058 const AstTypeMatcher<FunctionType> functionType; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5578 QualType functionType; in EmitBinaryOperatorLValue()
5581 functionType = ptrType->getPointeeType(); in EmitBinaryOperatorLValue()
5583 functionType = E->getType(); in EmitBinaryOperatorLValue()
5586 assert(functionType->isFunctionType()); in EmitBinaryOperatorLValue()
5593 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallExprLValue()
5594 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallExprLValue()
5518 QualType functionType; EmitCallee() local
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h983 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
7278 /// functionType()
7280 extern const AstTypeMatcher<FunctionType> functionType;
7314 /// \c varDecl(hasType(pointsTo(parenType(innerType(functionType()))))) matches
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td535 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
538 // functionType excludes them but functionProtoType includes them.
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15879 QualType functionType =
15881 blockScope->FunctionType = functionType;
14845 QualType functionType = TransformBlockExpr() local