Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1280 getLoadedLookupTables(DeclContext *Primary) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3824 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; in GenerateNameLookupTable()
H A DASTReader.cpp7667 ASTReader::getLoadedLookupTables(DeclContext *Primary) const { in getLoadedLookupTables() function in ASTReader