Home | History | Annotate | Download | only in Lex

Lines Matching refs:isImported

47                                 SourceLocation Loc, bool isImported) {
50 MacroDirective *MD = AllocateMacroDirective(MI, Loc, isImported);
64 assert(MD->isImported() && "Macro is not from an AST?");
81 if (MD->isDefined() && StoredMD->isImported()) {
132 assert(MD->isImported() && "Macro must be from the AST");