Home | History | Annotate | Download | only in Lex

Lines Matching refs:HandleIncludeDirective

649       return HandleIncludeDirective(SavedHash.getLocation(), Result);
1241 /// HandleIncludeDirective - The "#include" tokens have just been read, read the
1246 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc,
1488 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup);
1514 return HandleIncludeDirective(HashLoc, ImportTok, 0, true);
1535 HandleIncludeDirective(HashLoc, IncludeMacrosTok, 0, false);