OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParentIgnoreParenCasts
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/AST/
ParentMap.h
39
Stmt *
getParentIgnoreParenCasts
(Stmt *) const;
51
const Stmt *
getParentIgnoreParenCasts
(const Stmt *S) const {
52
return
getParentIgnoreParenCasts
(const_cast<Stmt*>(S));
/external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
186
isa<ReturnStmt>(StmtMap->
getParentIgnoreParenCasts
(E))) {
318
if (tryRemoving(cast<Expr>(StmtMap->
getParentIgnoreParenCasts
(E))))
/external/clang/lib/AST/
ParentMap.cpp
131
Stmt *ParentMap::
getParentIgnoreParenCasts
(Stmt *S) const {
/external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
304
const Stmt *parent = Parents.
getParentIgnoreParenCasts
(U);
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
680
const Stmt *S = PM.
getParentIgnoreParenCasts
(getOriginExpr());
[
all
...]
/external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
383
dyn_cast_or_null<ObjCMessageExpr>(PMap->
getParentIgnoreParenCasts
(Msg));
[
all
...]
Completed in 173 milliseconds