Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h836 return getImportLoc(M).isValid(); in isVisible()
840 SourceLocation getImportLoc(const Module *M) const { in getImportLoc() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp322 Diag(VisibleModules.getImportLoc(ModuleScopes.back().Module), in ActOnModuleDecl()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1757 return CurSubmoduleState->VisibleModules.getImportLoc(M); in getModuleImportLoc()