OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasObjCExceptionAttribute
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
7000
///
hasObjCExceptionAttribute
- Return true if this class or any super
7003
static bool
hasObjCExceptionAttribute
(ASTContext &Context,
7008
return
hasObjCExceptionAttribute
(Context, Super);
7123
if (
hasObjCExceptionAttribute
(*Context, CDecl))
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
1863
///
hasObjCExceptionAttribute
- Return true if this class or any super
1865
static bool
hasObjCExceptionAttribute
(ASTContext &Context,
1870
return
hasObjCExceptionAttribute
(Context, Super);
6629
if (
hasObjCExceptionAttribute
(CGM.getContext(), CI))
7872
if (
hasObjCExceptionAttribute
(CGM.getContext(), ID)) {
7916
if (
hasObjCExceptionAttribute
(CGM.getContext(), ID))
Completed in 37 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026