Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h602 void finishModuleDeclarationScope() { CurrentModuleScopeID += 1; } in finishModuleDeclarationScope() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp933 .finishModuleDeclarationScope(); in BeginSourceFile()