Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Def

879                      [&HSOpts](const std::pair<std::string, bool> &def) {
880 StringRef MacroDef = def.first;
1055 for (MacroDirective::DefInfo Def = LatestDef; Def;
1056 Def = Def.getPreviousDefinition()) {
1057 FileID FID = SourceMgr.getFileID(Def.getLocation());
1084 for (MacroDirective::DefInfo Def = LatestDef; Def;
1085 Def = Def.getPreviousDefinition()) {
1086 FileID FID = SourceMgr.getFileID(Def.getLocation());
1094 PredefinedDef = Def;