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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1424 /// ImplementationIsNonLazy - Check whether the given category or
1426 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const;
5879 CGObjCNonFragileABIMac::ImplementationIsNonLazy(const ObjCImplDecl *OD) const { function in class:CGObjCNonFragileABIMac
6039 if (ImplementationIsNonLazy(ID))
6181 if (ImplementationIsNonLazy(OCD))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp597 bool ImplementationIsNonLazy(const ObjCImplDecl *OD) const { function in class:__anon3899::RewriteModernObjC
7289 if (ImplementationIsNonLazy(IDecl))
7471 if (ImplementationIsNonLazy(IDecl))

Completed in 189 milliseconds