Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp4993 Stmt *ToThenStmt = Importer.Import(S->getThen()); in VisitIfStmt() local
4994 if (!ToThenStmt && S->getThen()) in VisitIfStmt()
5004 ToCondition, ToThenStmt, in VisitIfStmt()