Home
last modified time | relevance | path

Searched refs:addContext (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp1025 void addContext(const Stmt *S);
1026 void addContext(const PathDiagnosticLocation &L);
1187 addContext(Parent); in addExtendedContext()
1193 addContext(S); in addExtendedContext()
1196 void EdgeBuilder::addContext(const Stmt *S) { in addContext() function in EdgeBuilder
1201 addContext(L); in addContext()
1204 void EdgeBuilder::addContext(const PathDiagnosticLocation &L) { in addContext() function in EdgeBuilder
1461 EB.addContext(C->getLocation()); in GenerateExtensivePathDiagnostic()
1538 EB.addContext(Term); in GenerateExtensivePathDiagnostic()
1550 EB.addContext(stmt); in GenerateExtensivePathDiagnostic()