HomeSort by relevance Sort by last modified time
    Searched refs:LValuePathEntry (Results 1 - 4 of 4) 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 {
397 ArrayRef<LValuePathEntry> Path = getLValuePath();
533 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const {
536 return ArrayRef<LValuePathEntry>(LVal.getPath(), LVal.PathLength);
556 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd
    [all...]
ExprConstant.cpp 72 APValue::BaseOrMemberType getAsBaseOrMember(APValue::LValuePathEntry E) {
80 static const FieldDecl *getAsField(APValue::LValuePathEntry E) {
85 static const CXXRecordDecl *getAsBaseClass(APValue::LValuePathEntry E) {
90 static bool isVirtualBaseClass(APValue::LValuePathEntry E) {
98 ArrayRef<APValue::LValuePathEntry> Path,
153 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,
249 ArrayRef<LValuePathEntry> getLValuePath() const;
373 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd,
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 105 milliseconds