Searched refs:moduleImport (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 146 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function 391 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function 393 First->moduleImport(ImportLoc, Path, Imported); in moduleImport() 394 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 960 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
|
| H A D | Pragma.cpp | 1499 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 112 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks
|