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
(DataSize - 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 {
438
ArrayRef<
LValuePathEntry
> Path = getLValuePath();
573
ArrayRef<APValue::
LValuePathEntry
> APValue::getLValuePath() const {
596
ArrayRef<
LValuePathEntry
> Path, bool IsOnePastTheEnd,
605
memcpy(LVal.getPath(), Path.data(), Path.size() * sizeof(
LValuePathEntry
));
[
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,
181
typedef APValue::
LValuePathEntry
PathEntry;
[
all
...]
/external/clang/include/clang/AST/
APValue.h
58
union
LValuePathEntry
{
142
APValue(LValueBase B, const CharUnits &O, ArrayRef<
LValuePathEntry
> Path,
255
ArrayRef<
LValuePathEntry
> getLValuePath() const;
379
ArrayRef<
LValuePathEntry
> Path, bool OnePastTheEnd,
Completed in 1299 milliseconds