Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h346 SourceLocation InferredSubmoduleLoc; variable
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp2807 if (ActiveModule->InferredSubmoduleLoc.isValid()) in parseInferredModuleDecl()
2808 Diags.Report(ActiveModule->InferredSubmoduleLoc, in parseInferredModuleDecl()
2843 ActiveModule->InferredSubmoduleLoc = StarLoc; in parseInferredModuleDecl()