Searched refs:getLValuePath (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp271 setLValue(RHS.getLValueBase(), RHS.getLValueOffset(), RHS.getLValuePath(),
599 ArrayRef<LValuePathEntry> Path = getLValuePath();
753 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { function in class:APValue
H A DExprConstant.cpp291 ArrayRef<PathEntry> VEntries = V.getLValuePath();
297 Ctx, V.getLValueBase(), V.getLValuePath(), MostDerivedArraySize,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h449 ArrayRef<LValuePathEntry> getLValuePath() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6805 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 &&
6807 Value.getLValuePath()[0].getAsArrayIndex() == 0 &&
6812 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() ||

Completed in 269 milliseconds