Home
last modified time | relevance | path

Searched refs:RecordPath (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5200 ArrayRef<const CXXRecordDecl *> RecordPath = Value.getMemberPointerPath(); in AddAPValue() local
5201 push_back(RecordPath.size()); in AddAPValue()
5202 for (auto Elem : RecordPath) in AddAPValue()