Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h146 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 DPreprocessor.cpp960 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
H A DPragma.cpp1499 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp112 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks