OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isObjCGCEnabled
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h
165
bool
isObjCGCEnabled
() const {
166
return Eng.
isObjCGCEnabled
();
ExprEngine.h
140
bool
isObjCGCEnabled
() { return ObjCGCEnabled; }
Completed in 50 milliseconds