Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp202 void ModuleDepCollectorPP::moduleImport(SourceLocation ImportLoc, in moduleImport() function in ModuleDepCollectorPP
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPPCallbacks.h171 virtual void moduleImport(SourceLocation ImportLoc, in moduleImport() function
484 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, in moduleImport() function
/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp153 void PPCallbacksTracker::moduleImport(SourceLocation ImportLoc, in moduleImport() function in clang::pp_trace::PPCallbacksTracker
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp122 void moduleImport(SourceLocation import_location, clang::ModuleIdPath path, in moduleImport() function in ClangExpressionParser::LLDBPreprocessorCallbacks