Searched refs:moduleImport (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 171 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function 484 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function 486 First->moduleImport(ImportLoc, Path, Imported); in moduleImport() 487 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 164 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /llvm-project-15.0.7/clang-tools-extra/pp-trace/ |
| H A D | PPCallbacksTracker.h | 101 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
| H A D | PPCallbacksTracker.cpp | 153 void PPCallbacksTracker::moduleImport(SourceLocation ImportLoc, in moduleImport() function in clang::pp_trace::PPCallbacksTracker
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 53 * moduleImport 236 `moduleImport <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#af32dcf1b8b7c179c7fcd3… 239 moduleImport is called when there was an explicit module-import syntax. 253 - Callback: moduleImport
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 202 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1330 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
|
| H A D | Pragma.cpp | 1661 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 1198 CB->moduleImport(SourceLocation(), Path, ModResult); in ExecuteAction()
|
| /llvm-project-15.0.7/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
|