Lines Matching defs:IsImportDecl
2098 const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl,
2145 << Filename << IsImportDecl
2241 bool IsImportDecl = HashLoc.isInvalid();
2242 SourceLocation StartLoc = IsImportDecl ? IncludeTok.getLocation() : HashLoc;
2246 Diag(StartLoc, diag::err_pp_include_in_arc_cf_code_audited) << IsImportDecl;
2255 Diag(StartLoc, diag::err_pp_include_in_assume_nonnull) << IsImportDecl;
2296 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile,
2344 if (TrackGMFState.inGMF() || IsImportDecl)
2346 else if (!IsImportDecl) {
2382 if (!IsImportDecl)
2436 IsImportDecl ||
2475 if (Callbacks && !IsImportDecl) {
2491 if (IsImportDecl && !ModuleToImport) {
2689 assert(!IsImportDecl && "failed to diagnose missing module for import decl");