Home
last modified time | relevance | path

Searched refs:moduleImport (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h177 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function
498 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function
500 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
501 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h159 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp339 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp1146 CB->moduleImport(SourceLocation(), Path, ModResult); in ExecuteAction()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp1332 Callbacks->moduleImport(ModuleImportLoc, NamedModuleImportPath, Imported); in LexAfterModuleImport()
H A DPragma.cpp1679 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp122 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks