OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheExpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h
73
const Expr *
TheExpr
= nullptr;
82
: TheKind(kind),
TheExpr
(expr), Size(size), Flags(flags),
104
const Expr *getExpr() const { return
TheExpr
; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp
1776
} else if (const Expr *
TheExpr
= Item.getExpr()) {
1777
ArgVal = EmitScalarExpr(
TheExpr
, /*Ignore*/ false);
1795
if (
TheExpr
->getType()->isObjCRetainableType() &&
1796
getLangOpts().ObjCAutoRefCount && LifetimeExtendObject(
TheExpr
)) {
1797
assert(getEvaluationKind(
TheExpr
->getType()) == TEK_Scalar &&
1801
QualType Ty =
TheExpr
->getType();
Completed in 168 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026