reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
  138   typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath;

References

tools/clang/include/clang/Frontend/CompilerInstance.h
  793   ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
tools/clang/include/clang/Lex/ModuleLoader.h
  113                                       ModuleIdPath Path,
  158   ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
tools/clang/include/clang/Lex/PPCallbacks.h
  167                             ModuleIdPath Path,
  430   void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
tools/clang/include/clang/Sema/Sema.h
 2357                                  ModuleIdPath Path, bool IsFirstDecl);
 2380                                SourceLocation ImportLoc, ModuleIdPath Path);
 2384                                ModuleIdPath Path = {});
11101   void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
tools/clang/lib/Frontend/CompilerInstance.cpp
 1620                              ModuleIdPath Path,
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4009                                     ModuleIdPath Path) {
tools/clang/lib/Sema/SemaModule.cpp
   94                       ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) {
  312                                    ModuleIdPath Path) {
  346                                    Module *Mod, ModuleIdPath Path) {
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  156                                       ModuleIdPath Path,
  535 void PPCallbacksTracker::appendArgument(const char *Name, ModuleIdPath Value) {
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.h
  102   void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
  195   void appendArgument(const char *Name, ModuleIdPath Value);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  119   void moduleImport(SourceLocation import_location, clang::ModuleIdPath path,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
   96   clang::ModuleLoadResult DoGetModule(clang::ModuleIdPath path,
  561 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path,