Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h240 class MSDependentExistsStmt : public Stmt {
251 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() function
DRecursiveASTVisitor.h2053 DEF_TRAVERSE_STMT(MSDependentExistsStmt, {
/external/clang/include/clang/Basic/
DStmtNodes.td190 def MSDependentExistsStmt : Stmt;
/external/clang/lib/AST/
DStmtProfile.cpp200 void StmtProfiler::VisitMSDependentExistsStmt(const MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
DStmtPrinter.cpp326 void StmtPrinter::VisitMSDependentExistsStmt(MSDependentExistsStmt *Node) { in VisitMSDependentExistsStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1221 void ASTStmtReader::VisitMSDependentExistsStmt(MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
3250 S = new (Context) MSDependentExistsStmt(SourceLocation(), true, in ReadStmtFromStream()
DASTWriterStmt.cpp1183 void ASTStmtWriter::VisitMSDependentExistsStmt(MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
/external/clang/tools/libclang/
DCIndex.cpp1859 return cast<MSDependentExistsStmt>(S)->getNameInfo(); in get()
1897 void VisitMSDependentExistsStmt(const MSDependentExistsStmt *S);
2314 VisitMSDependentExistsStmt(const MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp3811 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt()
DTreeTransform.h6994 MSDependentExistsStmt *S) { in TransformMSDependentExistsStmt()