Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DModuleLoader.h32 using ModuleIdPath = ArrayRef<std::pair<IdentifierInfo *, SourceLocation>>; variable
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h149 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath; typedef