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.cpp312 void ConvertSourceLocationToLineDirective(SourceLocation Loc,
1622 void RewriteModernObjC::ConvertSourceLocationToLineDirective( in ConvertSourceLocationToLineDirective() function in RewriteModernObjC
1699 ConvertSourceLocationToLineDirective(ForEachLoc, buf); in RewriteObjCForCollectionStmt()
1873 ConvertSourceLocationToLineDirective(SynchLoc, buf); in RewriteObjCSynchronizedStmt()
1940 ConvertSourceLocationToLineDirective(TryLocation, buf); in RewriteObjCTryStmt()
1973 ConvertSourceLocationToLineDirective(Catch->getBeginLoc(), Result); in RewriteObjCTryStmt()
2010 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
2015 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
4045 ConvertSourceLocationToLineDirective(BlockLoc, S); in SynthesizeBlockFunc()