HomeSort by relevance Sort by last modified time
    Searched refs:includeGlobals (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 497 const bool includeGlobals;
501 RegionBindings b, const bool includeGlobals)
504 B(b), includeGlobals(includeGlobals) {}
539 if (includeGlobals) {
620 bool includeGlobals)
621 : ClusterAnalysis<invalidateRegionsWorker>(rm, stateMgr, b, includeGlobals),
728 if (includeGlobals &&
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 831 bool IncludeGlobals;
    [all...]

Completed in 201 milliseconds