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

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp793 FixItHint &Fixit1, FixItHint &Fixit2) {
796 Fixit1 = FixItHint::CreateRemoval(
806 Fixit1 = FixItHint::CreateRemoval(CharSourceRange::getCharRange(
809 Fixit1 = FixItHint::CreateRemoval(If->getSourceRange());
864 FixItHint Fixit1, Fixit2; local
880 I->Output, Fixit1, Fixit2);
890 I->Output, Fixit1, Fixit2);
904 Fixit1 = FixItHint::CreateRemoval(
908 Fixit1 = FixItHint::CreateReplacement(BO->getSourceRange(), FixitStr);
918 Fixit1
791 CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, const Stmt *Else, bool CondVal, FixItHint &Fixit1, FixItHint &Fixit2) argument
[all...]

Completed in 123 milliseconds