Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleLoader.h32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h147 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef