Searched refs:LValuePathEntry (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 37 (DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry); 43 LValuePathEntry Path[InlinePathSpace]; 44 LValuePathEntry *PathPtr; 57 PathPtr = new LValuePathEntry[Length]; in resizePath() 63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() 64 const LValuePathEntry *getPath() const { in getPath() 438 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty() 573 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { in getLValuePath() 596 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, in setLValue() 605 memcpy(LVal.getPath(), Path.data(), Path.size() * sizeof(LValuePathEntry)); in setLValue()
|
D | ExprConstant.cpp | 91 APValue::BaseOrMemberType getAsBaseOrMember(APValue::LValuePathEntry E) { in getAsBaseOrMember() 99 static const FieldDecl *getAsField(APValue::LValuePathEntry E) { in getAsField() 104 static const CXXRecordDecl *getAsBaseClass(APValue::LValuePathEntry E) { in getAsBaseClass() 109 static bool isVirtualBaseClass(APValue::LValuePathEntry E) { in isVirtualBaseClass() 117 ArrayRef<APValue::LValuePathEntry> Path, in findMostDerivedSubobject() 182 typedef APValue::LValuePathEntry PathEntry;
|
/external/clang/include/clang/AST/ |
D | APValue.h | 58 union LValuePathEntry { union 142 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, in APValue() 255 ArrayRef<LValuePathEntry> getLValuePath() const; 379 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd,
|