Searched refs:CheckFunctionPointerDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp233 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
486 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { function in class:RewriteModernObjC
5597 CheckFunctionPointerDecl(ND->getType(), ND);
5614 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
5756 CheckFunctionPointerDecl(VD->getType(), VD);
5792 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
H A DRewriteObjC.cpp397 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
557 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { function in class:RewriteObjC
4702 CheckFunctionPointerDecl(ND->getType(), ND);
4719 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
4857 CheckFunctionPointerDecl(VD->getType(), VD);
4893 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);

Completed in 139 milliseconds