OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IgnoreParenNoopCasts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
2883
Expr *Expr::
IgnoreParenNoopCasts
(const ASTContext &Ctx) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
912
Expr *
IgnoreParenNoopCasts
(const ASTContext &Ctx) LLVM_READONLY;
913
const Expr *
IgnoreParenNoopCasts
(const ASTContext &Ctx) const {
914
return const_cast<Expr *>(this)->
IgnoreParenNoopCasts
(Ctx);
Completed in 23 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026