OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LValueBase
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
146
class
LValueBase
{
152
LValueBase
() : Local{} {}
153
LValueBase
(const ValueDecl *P, unsigned I = 0, unsigned V = 0);
154
LValueBase
(const Expr *P, unsigned I = 0, unsigned V = 0);
155
static
LValueBase
getDynamicAlloc(DynamicAllocLValue LV, QualType Type);
156
static
LValueBase
getTypeInfo(TypeInfoLValue LV, QualType TypeInfo);
182
friend bool operator==(const
LValueBase
&LHS, const
LValueBase
&RHS);
183
friend bool operator!=(const
LValueBase
&LHS, const
LValueBase
&RHS)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
42
APValue::
LValueBase
::
LValueBase
(const ValueDecl *P, unsigned I, unsigned V)
44
APValue::
LValueBase
::
LValueBase
(const Expr *P, unsigned I, unsigned V)
47
APValue::
LValueBase
APValue::
LValueBase
::getDynamicAlloc(DynamicAllocLValue LV,
49
LValueBase
Base;
55
APValue::
LValueBase
APValue::
LValueBase
::getTypeInfo(TypeInfoLValue LV,
57
LValueBase
Base
[
all
...]
Completed in 42 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026