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 55 Stmt *ParentMap::getParentIgnoreParens(Stmt *S) const {
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 217 const Stmt *Parent = PM.getParentIgnoreParens(S);
240 const Stmt *Parent = P.getParentIgnoreParens(S);
315 dyn_cast_or_null<ForStmt>(P.getParentIgnoreParens(S))) {
    [all...]

Completed in 350 milliseconds