Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h681 return getImportLoc(M).isValid(); in isVisible()
685 SourceLocation getImportLoc(const Module *M) const { in getImportLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp133 Diag(VisibleModules.getImportLoc(ModuleScopes.back().Module), in ActOnModuleDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1421 return CurSubmoduleState->VisibleModules.getImportLoc(M); in getModuleImportLoc()