Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Hint

1077                                 MacroDirective *Hint) {
1093 MacroDirective *Hint;
1097 AddLoadedMacroInfoRAII(Preprocessor &PP, MacroDirective *Hint)
1098 : PP(PP), Hint(Hint), MD(), II() { }
1102 PP.addLoadedMacroInfo(II, MD, Hint);
1105 } AddLoadedMacroInfo(PP, Hint);
6288 MacroDirective *ASTReader::getMacro(MacroID ID, MacroDirective *Hint) {
6304 ReadMacroRecord(*M, M->MacroOffsets[Index], Hint);
7020 MacroDirective *Hint = 0;
7023 Hint = getMacro(GlobalIDs[IDIdx], Hint);