Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp261 REGISTER_MATCHER(functionType); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1047 const AstTypeMatcher<FunctionType> functionType; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp5103 QualType functionType; in EmitCallee() local
5106 functionType = ptrType->getPointeeType(); in EmitCallee()
5108 functionType = E->getType(); in EmitCallee()
5111 assert(functionType->isFunctionType()); in EmitCallee()
5118 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6986 extern const AstTypeMatcher<FunctionType> functionType;
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td472 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
475 // functionType excludes them but functionProtoType includes them.
/openbsd-src/gnu/llvm/clang/docs/
H A DLanguageExtensions.rst4438 ``enum``, ``record`` and ``hasType(functionType)``, requires the presence of at
4480 - ``hasType(functionType)``: Can be used to apply attributes to functions, C++
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h14562 QualType functionType = in TransformBlockExpr() local
14564 blockScope->FunctionType = functionType; in TransformBlockExpr()