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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp404 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
560 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { function in class:RewriteObjC
4805 CheckFunctionPointerDecl(ND->getType(), ND);
4822 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
4962 CheckFunctionPointerDecl(VD->getType(), VD);
4998 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
H A DRewriteModernObjC.cpp231 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
499 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
628 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { function in class:RewriteModernObjC
5812 CheckFunctionPointerDecl(ND->getType(), ND);
5829 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
5973 CheckFunctionPointerDecl(VD->getType(), VD);
6009 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);

Completed in 134 milliseconds