Searched refs:ConvertSourceLocationToLineDirective (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp312 void ConvertSourceLocationToLineDirective(SourceLocation Loc,
1620 void RewriteModernObjC::ConvertSourceLocationToLineDirective( function in class:RewriteModernObjC
1697 ConvertSourceLocationToLineDirective(ForEachLoc, buf);
1871 ConvertSourceLocationToLineDirective(SynchLoc, buf);
1938 ConvertSourceLocationToLineDirective(TryLocation, buf);
1971 ConvertSourceLocationToLineDirective(Catch->getBeginLoc(), Result);
2008 ConvertSourceLocationToLineDirective(FinallyLoc, buf);
2013 ConvertSourceLocationToLineDirective(FinallyLoc, buf);
4049 ConvertSourceLocationToLineDirective(BlockLoc, S);

Completed in 149 milliseconds