Searched refs:moduleImport (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 177 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 D | ModuleDepCollector.h | 159 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 339 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 1146 CB->moduleImport(SourceLocation(), Path, ModResult); in ExecuteAction()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1332 Callbacks->moduleImport(ModuleImportLoc, NamedModuleImportPath, Imported); in LexAfterModuleImport()
|
| H A D | Pragma.cpp | 1679 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 122 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks
|