Home
last modified time | relevance | path

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

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