OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LValuePathEntry
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
APValue.cpp
37
(MaxSize - sizeof(LVBase)) / sizeof(
LValuePathEntry
);
43
LValuePathEntry
Path[InlinePathSpace];
44
LValuePathEntry
*PathPtr;
57
PathPtr = new
LValuePathEntry
[Length];
63
LValuePathEntry
*getPath() { return hasPathPtr() ? PathPtr : Path; }
64
const
LValuePathEntry
*getPath() const {
431
ArrayRef<
LValuePathEntry
> Path = getLValuePath();
567
ArrayRef<APValue::
LValuePathEntry
> APValue::getLValuePath() const {
570
return ArrayRef<
LValuePathEntry
>(LVal.getPath(), LVal.PathLength);
590
ArrayRef<
LValuePathEntry
> Path, bool IsOnePastTheEnd
[
all
...]
ExprConstant.cpp
90
APValue::BaseOrMemberType getAsBaseOrMember(APValue::
LValuePathEntry
E) {
98
static const FieldDecl *getAsField(APValue::
LValuePathEntry
E) {
103
static const CXXRecordDecl *getAsBaseClass(APValue::
LValuePathEntry
E) {
108
static bool isVirtualBaseClass(APValue::
LValuePathEntry
E) {
116
ArrayRef<APValue::
LValuePathEntry
> Path,
171
typedef APValue::
LValuePathEntry
PathEntry;
[
all
...]
/external/clang/include/clang/AST/
APValue.h
58
union
LValuePathEntry
{
143
APValue(LValueBase B, const CharUnits &O, ArrayRef<
LValuePathEntry
> Path,
256
ArrayRef<
LValuePathEntry
> getLValuePath() const;
380
ArrayRef<
LValuePathEntry
> Path, bool OnePastTheEnd,
Completed in 48 milliseconds