Searched refs:MacroLoc (Results 1 – 3 of 3) sorted by relevance
55 SourceLocation MacroLoc; variable67 return MacroLoc; in GetMacroLocation()138 MacroLoc = Loc; in EnterTopLevelIfndef()
465 SourceLocation MacroLoc; in checkLocForMacroArgExpansion() local466 if (SM.isMacroArgExpansion(Loc, &MacroLoc)) { in checkLocForMacroArgExpansion()467 if (ArgumentLoc == MacroLoc) return true; in checkLocForMacroArgExpansion()
169 SourceLocation MacroLoc, const cross_tu::CrossTranslationUnitContext &CTU,