Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp311 void ConvertSourceLocationToLineDirective(SourceLocation Loc,
1621 void RewriteModernObjC::ConvertSourceLocationToLineDirective( in ConvertSourceLocationToLineDirective() function in RewriteModernObjC
1698 ConvertSourceLocationToLineDirective(ForEachLoc, buf); in RewriteObjCForCollectionStmt()
1872 ConvertSourceLocationToLineDirective(SynchLoc, buf); in RewriteObjCSynchronizedStmt()
1939 ConvertSourceLocationToLineDirective(TryLocation, buf); in RewriteObjCTryStmt()
1972 ConvertSourceLocationToLineDirective(Catch->getBeginLoc(), Result); in RewriteObjCTryStmt()
2009 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
2014 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
4045 ConvertSourceLocationToLineDirective(BlockLoc, S); in SynthesizeBlockFunc()