/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 143 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/ |
D | PPCallbacks.h | 166 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/ |
D | ModuleDepCollector.h | 123 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
/external/llvm-project/clang/lib/Tooling/DependencyScanning/ |
D | ModuleDepCollector.cpp | 99 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.h | 102 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
D | PPCallbacksTracker.cpp | 156 void PPCallbacksTracker::moduleImport(SourceLocation ImportLoc, in moduleImport() function in clang::pp_trace::PPCallbacksTracker
|
/external/llvm-project/clang-tools-extra/docs/ |
D | pp-trace.rst | 54 * 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/ |
D | Preprocessor.cpp | 796 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 1299 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
|
D | Pragma.cpp | 1577 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 121 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks
|