Searched refs:functionType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp873 const AstTypeMatcher<FunctionType> functionType; member in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp234 REGISTER_MATCHER(functionType);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4671 QualType functionType; local
4674 functionType = ptrType->getPointeeType();
4676 functionType = E->getType();
4679 assert(functionType->isFunctionType());
4686 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h886 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
5784 /// functionType()
5786 extern const AstTypeMatcher<FunctionType> functionType;
5820 /// \c varDecl(hasType(pointsTo(parenType(innerType(functionType()))))) matches
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13059 QualType functionType = local
13061 blockScope->FunctionType = functionType;

Completed in 280 milliseconds