OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleDeclKind
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp
92
ModuleDeclKind
MDK, ModuleIdPath Path, bool IsFirstDecl) {
105
if (MDK !=
ModuleDeclKind
::Implementation)
112
MDK =
ModuleDeclKind
::Interface;
183
case
ModuleDeclKind
::Interface: {
204
case
ModuleDeclKind
::Implementation:
231
ModuleScopes.back().ModuleInterface = MDK !=
ModuleDeclKind
::Implementation;
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
2293
Sema::
ModuleDeclKind
MDK = TryConsumeToken(tok::kw_export)
2294
? Sema::
ModuleDeclKind
::Interface
2295
: Sema::
ModuleDeclKind
::Implementation;
2315
if (MDK == Sema::
ModuleDeclKind
::Interface) {
2325
if (MDK == Sema::
ModuleDeclKind
::Interface) {
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
2853
enum class
ModuleDeclKind
{
2861
SourceLocation ModuleLoc,
ModuleDeclKind
MDK,
Completed in 41 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026