OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IgnoreParenCasts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
2090
if (!PExp->
IgnoreParenCasts
()
2861
Expr *Expr::
IgnoreParenCasts
() {
3810
E = E->
IgnoreParenCasts
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
881
Expr *
IgnoreParenCasts
() LLVM_READONLY;
882
const Expr *
IgnoreParenCasts
() const {
883
return const_cast<Expr *>(this)->
IgnoreParenCasts
();
Completed in 31 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026