OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExprNode
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
[
all
...]
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
150
const Expr *
ExprNode
= dyn_cast_or_null<Expr>(StmtNode);
151
if (
ExprNode
!= NULL) {
152
StmtToTraverse =
ExprNode
->IgnoreParenImpCasts();
Completed in 126 milliseconds