Lines Matching defs:CastLoc
127 MacroArgUsageVisitor(SourceLocation CastLoc, const SourceManager &SM)
128 : CastLoc(CastLoc), SM(SM) {
129 assert(CastLoc.isFileID());
139 // root of a subtree containing nodes whose locations match CastLoc. It's
158 if (SM.getFileLoc(S->getBeginLoc()) != CastLoc)
183 SourceLocation CastLoc;
299 SourceLocation CastLoc = CE->getBeginLoc();
304 if (!getMacroAndArgLocations(CastLoc, ArgLoc, MacroLoc))
318 MacroArgUsageVisitor ArgUsageVisitor(SM.getFileLoc(CastLoc), SM);