OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APValueResult
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
1052
APValue &
APValueResult
() {
1057
APValue &
APValueResult
() const {
1058
return const_cast<ConstantExpr *>(this)->
APValueResult
();
1107
APValue &getResultAsAPValue() const { return
APValueResult
(); }
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
344
Context.addDestruction(&
APValueResult
());
346
APValueResult
() = std::move(Value);
355
return
APValueResult
().getInt();
368
return
APValueResult
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
571
E->
APValueResult
() = Record.readAPValue();
572
if (E->
APValueResult
().needsCleanup()) {
574
Record.getContext().addDestruction(&E->
APValueResult
());
ASTWriterStmt.cpp
573
Record.AddAPValue(E->
APValueResult
());
Completed in 26 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026