OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExprWithTemporary
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
3097
Stmt *
ExprWithTemporary
= nullptr;
3111
ExprWithTemporary
(Temp), ExtendingDecl(EDecl),
3139
Expr *getTemporaryExpr() { return cast<Expr>(
ExprWithTemporary
); }
3140
const Expr *getTemporaryExpr() const { return cast<Expr>(
ExprWithTemporary
); }
3152
return Stmt::child_range(&
ExprWithTemporary
, &
ExprWithTemporary
+ 1);
3156
return Stmt::const_child_range(&
ExprWithTemporary
, &
ExprWithTemporary
+ 1);
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp
1630
MTD->
ExprWithTemporary
= Temporary;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
2431
D->
ExprWithTemporary
= Record.readStmt();
Completed in 24 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026