Searched defs:funcType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp814 FunctionType *funcType = local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1245 QualType VisitFunctionType(const FunctionType *funcType) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp544 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, argument
557 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
2123 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); local
2294 const FunctionType *funcType local
[all...]
H A DRewriteModernObjC.cpp608 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, argument
621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
2205 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); local
2380 const FunctionType *funcType local
[all...]

Completed in 201 milliseconds