Home
last modified time | relevance | path

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

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