Searched refs:moduleImport (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 166 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function 467 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function 469 First->moduleImport(ImportLoc, Path, Imported); in moduleImport() 470 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 157 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 147 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1295 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
|
| H A D | Pragma.cpp | 1691 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 121 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks
|