OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IgnoreCasts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
2840
Expr *Expr::
IgnoreCasts
() {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
826
Expr *
IgnoreCasts
() LLVM_READONLY;
827
const Expr *
IgnoreCasts
() const {
828
return const_cast<Expr *>(this)->
IgnoreCasts
();
880
/// * What
IgnoreCasts
() skips
896
/// * What
IgnoreCasts
() skips, except that only lvalue-to-rvalue
Completed in 21 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026