Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPPCallbacks.h171 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 DModuleDepCollector.h164 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.h101 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
H A DPPCallbacksTracker.cpp153 void PPCallbacksTracker::moduleImport(SourceLocation ImportLoc, in moduleImport() function in clang::pp_trace::PPCallbacksTracker
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dpp-trace.rst53 * 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 DModuleDepCollector.cpp202 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp1330 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
H A DPragma.cpp1661 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp1198 CB->moduleImport(SourceLocation(), Path, ModResult); in ExecuteAction()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp122 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks