Home
last modified time | relevance | path

Searched refs:getImportLoc (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h770 return getImportLoc(M).isValid(); in isVisible()
774 SourceLocation getImportLoc(const Module *M) const { in getImportLoc() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp242 Diag(VisibleModules.getImportLoc(ModuleScopes.back().Module), in ActOnModuleDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1729 return CurSubmoduleState->VisibleModules.getImportLoc(M); in getModuleImportLoc()