Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPPCallbacks.h143 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function
366 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function
368 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
369 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h166 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function
431 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function
433 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
434 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h123 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp99 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.h102 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
DPPCallbacksTracker.cpp156 void PPCallbacksTracker::moduleImport(SourceLocation ImportLoc, in moduleImport() function in clang::pp_trace::PPCallbacksTracker
/external/llvm-project/clang-tools-extra/docs/
Dpp-trace.rst54 * moduleImport
256 `moduleImport <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#af32dcf1b8b7c179c7fcd3…
259 moduleImport is called when there was an explicit module-import syntax.
273 - Callback: moduleImport
/external/clang/lib/Lex/
DPreprocessor.cpp796 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp1299 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
DPragma.cpp1577 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp121 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks