Searched defs:ModuleIdPath (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DModuleLoader.h30 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation> > ModuleIdPath; typedef in namespace:clang
95 ModuleIdPath Path,
/external/clang/include/clang/Sema/
H A DSema.h130 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef in namespace:clang
1857 ModuleIdPath Path);
9218 void CodeCompleteModuleImport(SourceLocation ImportLoc, ModuleIdPath Path);

Completed in 121 milliseconds