Home | History | Annotate | Download | only in Lex

Lines Matching defs:Loc

79 Preprocessor::AllocateDefMacroDirective(MacroInfo *MI, SourceLocation Loc,
82 new (MD) DefMacroDirective(MI, Loc, isImported);
94 Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc,
97 new (MD) VisibilityMacroDirective(Loc, isPublic);
1012 // If there is no include loc (main file) or if the include loc is in a
1260 bool Preprocessor::GetIncludeFilenameSpelling(SourceLocation Loc,
1269 Diag(Loc, diag::err_pp_expects_filename);
1276 Diag(Loc, diag::err_pp_expects_filename);
1282 Diag(Loc, diag::err_pp_expects_filename);
1289 Diag(Loc, diag::err_pp_empty_filename);
1763 SourceLocation Loc = IncludeMacrosTok.getLocation();
1764 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) {