Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h760 return getImportLoc(M).isValid(); in isVisible()
764 SourceLocation getImportLoc(const Module *M) const { in getImportLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp213 Diag(VisibleModules.getImportLoc(ModuleScopes.back().Module), in ActOnModuleDecl()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1585 return CurSubmoduleState->VisibleModules.getImportLoc(M); in getModuleImportLoc()