Searched defs:ToRHS (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | ASTImporter.cpp | 6863 auto ToRHS = importChecked(Err, S->getRHS()); VisitCaseStmt() local |
/llvm-project/clang/unittests/AST/ | ||
H A D | ASTImporterTest.cpp | 1961 auto ToRHS = LastDeclMatcher<IntegerLiteral>().match(ToD, integerLiteral()); TEST_P() local |