HomeSort by relevance Sort by last modified time
    Searched refs:getLocationAs (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 34 const Stmt *S = N->getLocationAs<PostStmt>()->getStmt();
51 const Stmt *S = N->getLocationAs<PreStmt>()->getStmt();
59 const Stmt *S = N->getLocationAs<PreStmt>()->getStmt();
66 const Stmt *S = N->getLocationAs<PostStmt>()->getStmt();
144 if (const PostStmt *P = Node->getLocationAs<PostStmt>())
171 if (const PostStmt *PS = N->getLocationAs<PostStmt>()) {
382 const PostStmt *P = N->getLocationAs<PostStmt>();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 150 const T* getLocationAs() const { return llvm::dyn_cast<T>(&Location); }

Completed in 53 milliseconds