Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DModule.h533 return getImportLoc(M).isValid(); in isVisible()
537 SourceLocation getImportLoc(const Module *M) const { in getImportLoc() function
/external/llvm-project/clang/include/clang/Basic/
DModule.h677 return getImportLoc(M).isValid(); in isVisible()
681 SourceLocation getImportLoc(const Module *M) const { in getImportLoc() function
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp133 Diag(VisibleModules.getImportLoc(ModuleScopes.back().Module), in ActOnModuleDecl()
/external/clang/include/clang/Lex/
DPreprocessor.h1082 return CurSubmoduleState->VisibleModules.getImportLoc(M); in getModuleImportLoc()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1415 return CurSubmoduleState->VisibleModules.getImportLoc(M); in getModuleImportLoc()