Lines Matching defs:IsImportDecl
2120 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
2167 << Filename << IsImportDecl
2263 bool IsImportDecl = HashLoc.isInvalid();
2264 SourceLocation StartLoc = IsImportDecl ? IncludeTok.getLocation() : HashLoc;
2268 Diag(StartLoc, diag::err_pp_include_in_arc_cf_code_audited) << IsImportDecl;
2277 Diag(StartLoc, diag::err_pp_include_in_assume_nonnull) << IsImportDecl;
2318 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile,
2366 if (TrackGMFState.inGMF() || IsImportDecl)
2368 else if (!IsImportDecl) {
2404 if (!IsImportDecl)
2458 IsImportDecl ||
2497 if (Callbacks && !IsImportDecl) {
2513 if (IsImportDecl && !ModuleToImport) {
2711 assert(!IsImportDecl && "failed to diagnose missing module for import decl");