Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h670 ModuleLocalLookups; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8578 if (auto It = ModuleLocalLookups.find(DC); It != ModuleLocalLookups.end()) { in FindExternalVisibleDeclsByName()
8625 findAll(ModuleLocalLookups, NumModuleLocalVisibleDeclContexts); in completeVisibleDeclsMap()
8642 auto I = ModuleLocalLookups.find(Primary); in getModuleLocalLookupTables()
8643 return I == ModuleLocalLookups.end() ? nullptr : &I->second; in getModuleLocalLookupTables()
H A DASTWriter.cpp4791 auto *ModuleLocalLookups = in GenerateNameLookupTable() local
4795 ModuleLocalLookups ? &ModuleLocalLookups->Table : nullptr); in GenerateNameLookupTable()
H A DASTReaderDecl.cpp4434 ModuleLocalLookups[DC].Table.add( in loadDeclUpdateRecords()