Home
last modified time | relevance | path

Searched defs:StoredDeclsList (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h92 StoredDeclsList(StoredDeclsList &&RHS) : Data(RHS.Data) { in StoredDeclsList() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h87 class StoredDeclsList; variable