Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DRefactoringTest.cpp81 Replacement Replace1(createReplacement(Location1, 12, "x\ny\n")); in TEST_F() local
82 EXPECT_TRUE(Replace1.apply(Context.Rewrite)); in TEST_F()
104 Replacement Replace1(Context.Sources, SourceLocation(), 0, ""); in TEST_F() local
105 EXPECT_TRUE(Replace1.getFilePath().empty()); in TEST_F()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1060 bool Replace1 = false; in PromoteIntBinOp() local
1066 NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp()
1077 if (Replace1) in PromoteIntBinOp()