OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LValueBase
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/AST/
APValue.h
56
typedef llvm::PointerUnion<const ValueDecl *, const Expr *>
LValueBase
;
139
APValue(
LValueBase
B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
143
APValue(
LValueBase
B, const CharUnits &O, ArrayRef<LValuePathEntry> Path,
249
const
LValueBase
getLValueBase() const;
377
void setLValue(
LValueBase
B, const CharUnits &O, NoLValuePath,
379
void setLValue(
LValueBase
B, const CharUnits &O,
/external/clang/lib/AST/
APValue.cpp
28
llvm::PointerIntPair<APValue::
LValueBase
, 1, bool> BaseAndIsOnePastTheEnd;
376
LValueBase
Base = getLValueBase();
547
const APValue::
LValueBase
APValue::getLValueBase() const {
578
void APValue::setLValue(
LValueBase
B, const CharUnits &O, NoLValuePath,
589
void APValue::setLValue(
LValueBase
B, const CharUnits &O,
ASTDiagnostic.cpp
[
all
...]
ExprConstant.cpp
55
static bool IsGlobalLValue(APValue::
LValueBase
B);
62
static QualType getType(APValue::
LValueBase
B) {
436
APValue::
LValueBase
EvaluatingDecl;
463
void setEvaluatingDecl(APValue::
LValueBase
Base, APValue &Value) {
788
APValue::
LValueBase
Base;
793
const APValue::
LValueBase
getLValueBase() const { return Base; }
815
void set(APValue::
LValueBase
B, unsigned I = 0) {
[
all
...]
/external/clang/lib/CodeGen/
CGExprConstant.cpp
875
llvm::Constant *EmitLValue(APValue::
LValueBase
LVBase) {
[
all
...]
Completed in 390 milliseconds