Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp255 REGISTER_MATCHER(functionType); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1029 const AstTypeMatcher<FunctionType> functionType; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6598 extern const AstTypeMatcher<FunctionType> functionType;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td434 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
437 // functionType excludes them but functionProtoType includes them.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLanguageExtensions.rst3532 ``enum``, ``record`` and ``hasType(functionType)``, requires the presence of at
3573 - ``hasType(functionType)``: Can be used to apply attributes to functions, C++
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h14014 QualType functionType = in TransformBlockExpr() local
14016 blockScope->FunctionType = functionType; in TransformBlockExpr()