Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h177 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function
498 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function
500 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
501 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h171 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp409 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp120 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1177 CB->moduleImport(SourceLocation(), Path, ModResult); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1315 Callbacks->moduleImport(ModuleImportLoc, NamedModuleImportPath, Imported); in LexAfterModuleImport()
H A DPragma.cpp1716 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()