OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IgnoreParenNoopCasts
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
Expr.cpp
[
all
...]
/external/clang/include/clang/AST/
Expr.h
583
///
IgnoreParenNoopCasts
- Ignore parentheses and casts that do not change the
586
Expr *
IgnoreParenNoopCasts
(ASTContext &Ctx);
613
const Expr *
IgnoreParenNoopCasts
(ASTContext &Ctx) const {
614
return const_cast<Expr*>(this)->
IgnoreParenNoopCasts
(Ctx);
[
all
...]
Completed in 54 milliseconds