HomeSort by: relevance | last modified time | path
    Searched refs:LocalLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 394 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
400 node = NB.generateSink(LocalLoc, State, P);
402 node = NB.generateNode(LocalLoc, State, P);
CoreEngine.h 356 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
357 return NodeBuilder::generateNode(LocalLoc, State, Pred);
362 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
363 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);

Completed in 26 milliseconds