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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp427 const LocationContext *LC, bool allowNestedContexts) {
436 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC);
445 if (allowNestedContexts || cast<ChooseExpr>(Parent)->getCond() == S)
453 if (allowNestedContexts ||
496 /*allowNestedContexts=*/false);
426 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P, const LocationContext *LC, bool allowNestedContexts) argument

Completed in 128 milliseconds