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

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp427 LocationOrAnalysisDeclContext LAC,
430 assert(!LAC.isNull() && "A valid LocationContext or AnalysisDeclContext should "
438 if (LAC.is<const LocationContext*>())
439 ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext();
441 ADC = LAC.get<AnalysisDeclContext*>();
516 LocationOrAnalysisDeclContext LAC) {
517 return PathDiagnosticLocation(getValidSourceLocation(S, LAC),
525 LocationOrAnalysisDeclContext LAC) {
528 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true),
640 LocationOrAnalysisDeclContext LAC) cons
426 getValidSourceLocation(const Stmt* S, LocationOrAnalysisDeclContext LAC, bool UseEnd = false) argument
514 createBegin(const Stmt *S, const SourceManager &SM, LocationOrAnalysisDeclContext LAC) argument
523 createEnd(const Stmt *S, const SourceManager &SM, LocationOrAnalysisDeclContext LAC) argument
[all...]

Completed in 43 milliseconds