Searched refs:ObjCGCEnabled (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp329 void ActionExprEngine(Decl *D, bool ObjCGCEnabled,
629 void AnalysisConsumer::ActionExprEngine(Decl *D, bool ObjCGCEnabled, argument
641 ExprEngine Eng(*Mgr, ObjCGCEnabled, VisitedCallees, &FunctionSummaries,IMode);
/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/Core/
H A DExprEngine.cpp75 ObjCGCEnabled(gcEnabled), BR(mgr, *this),

Completed in 1234 milliseconds