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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 1439 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull();
1462 PrevPiece->getStartLocation().getStmtOrNull()) {
1465 getStmtParent(DstContext.getStmtOrNull(), PM)) {
1501 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull();
1502 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull();
1535 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull();
1536 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull();
1624 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull();
1625 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull();
1648 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull();
    [all...]
ExprEngine.cpp 127 if (const Stmt *S = getItem().getStmtOrNull())
147 const Stmt *S = getItem().getStmtOrNull();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 144 const Stmt *getStmtOrNull() const {
PathDiagnostic.h 349 const Stmt *getStmtOrNull() const {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 1162 if (const Stmt *SLoc = getLocation().getStmtOrNull())

Completed in 24 milliseconds