Searched defs:ToLHS (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | ASTImporter.cpp | 6862 auto ToLHS = importChecked(Err, S->getLHS()); VisitCaseStmt() local |
/llvm-project/clang/unittests/AST/ | ||
H A D | ASTImporterTest.cpp | 1959 auto ToLHS = LastDeclMatcher<DeclRefExpr>().match(ToD, declRefExpr()); TEST_P() local |