OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IgnoreParenImpCasts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
1409
Expr *CEE =
IgnoreParenImpCasts
();
1413
CEE = NTTP->getReplacement()->
IgnoreParenImpCasts
();
1420
CEE = BO->getRHS()->
IgnoreParenImpCasts
();
1426
CEE = UO->getSubExpr()->
IgnoreParenImpCasts
();
2856
Expr *Expr::
IgnoreParenImpCasts
() {
2939
ExprNode = ExprNode->
IgnoreParenImpCasts
();
3825
const Expr *E =
IgnoreParenImpCasts
();
3916
const Expr *E = this->
IgnoreParenImpCasts
();
4009
E1 = ME1->getBase()->
IgnoreParenImpCasts
();
4010
E2 = ME2->getBase()->
IgnoreParenImpCasts
();
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
865
/// FIXME:
IgnoreParenImpCasts
really ought to be equivalent to
867
/// this is currently not the case. Instead
IgnoreParenImpCasts
() skips:
872
Expr *
IgnoreParenImpCasts
() LLVM_READONLY;
873
const Expr *
IgnoreParenImpCasts
() const {
874
return const_cast<Expr *>(this)->
IgnoreParenImpCasts
();
Completed in 39 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026