HomeSort by: relevance | last modified time | path
    Searched refs:ModuleIdPath (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleLoader.h 32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>;
118 ModuleIdPath Path,
163 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
PPCallbacks.h 167 ModuleIdPath Path,
431 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
ModuleDepCollector.h 131 void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) {
310 ModuleIdPath Path) {
321 Path = ModuleIdPath(ModuleNameLoc);
344 Module *Mod, ModuleIdPath Path) {
SemaCodeComplete.cpp 4126 ModuleIdPath Path) {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp 141 ModuleIdPath Path,
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 794 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 147 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath;
2862 ModuleIdPath Path, bool IsFirstDecl);
2885 SourceLocation ImportLoc, ModuleIdPath Path);
2889 ModuleIdPath Path = {});
12252 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 1832 ModuleIdPath Path,

Completed in 89 milliseconds