Searched defs:ObjCGCEnabled (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h85 bool ObjCGCEnabled; member in class:clang::ento::ExprEngine
140 bool isObjCGCEnabled() { return ObjCGCEnabled; }
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp330 void ActionExprEngine(Decl *D, bool ObjCGCEnabled,
641 void AnalysisConsumer::ActionExprEngine(Decl *D, bool ObjCGCEnabled, argument
653 ExprEngine Eng(*Mgr, ObjCGCEnabled, VisitedCallees, &FunctionSummaries,IMode);

Completed in 164 milliseconds