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

  /external/clang/include/clang/AST/
ParentMap.h 33 Stmt *getParentIgnoreParens(Stmt *) const;
42 const Stmt *getParentIgnoreParens(const Stmt *S) const {
43 return getParentIgnoreParens(const_cast<Stmt*>(S));
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 43 X = PM->getParentIgnoreParens(X);
  /external/clang/lib/AST/
ParentMap.cpp 59 Stmt *ParentMap::getParentIgnoreParens(Stmt *S) const {
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 274 const Stmt *Parent = PM.getParentIgnoreParens(S);
296 const Stmt *Parent = P.getParentIgnoreParens(S);
371 dyn_cast_or_null<ForStmt>(P.getParentIgnoreParens(S))) {
    [all...]

Completed in 1533 milliseconds