Home
last modified time | relevance | path

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

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