Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h265 bool isIfExists() const { return IsIfExists; } in isIfExists() function
/external/clang/lib/AST/
DStmtProfile.cpp202 ID.AddBoolean(S->isIfExists()); in VisitMSDependentExistsStmt()
DStmtPrinter.cpp328 if (Node->isIfExists()) in VisitMSDependentExistsStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1186 Record.push_back(S->isIfExists()); in VisitMSDependentExistsStmt()
/external/clang/lib/Sema/
DTreeTransform.h7024 if (S->isIfExists()) in TransformMSDependentExistsStmt()
7054 S->isIfExists(), in TransformMSDependentExistsStmt()