Home
last modified time | relevance | path

Searched refs:getParentIgnoreParens (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DParentMap.h38 Stmt *getParentIgnoreParens(Stmt *) const;
47 const Stmt *getParentIgnoreParens(const Stmt *S) const { in getParentIgnoreParens() function
48 return getParentIgnoreParens(const_cast<Stmt*>(S)); in getParentIgnoreParens()
/external/clang/lib/Analysis/
DCFGStmtMap.cpp43 X = PM->getParentIgnoreParens(X); in getBlock()
/external/clang/lib/AST/
DParentMap.cpp128 Stmt *ParentMap::getParentIgnoreParens(Stmt *S) const { in getParentIgnoreParens() function in ParentMap
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp405 return PM.getParentIgnoreParens(S); in getEnclosingParent()
407 const Stmt *Parent = PM.getParentIgnoreParens(S); in getEnclosingParent()
1888 S = PM.getParentIgnoreParens(S); in getStmtParent()