Searched refs:AddStmt (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp85 Record.AddStmt(CS);
101 Record.AddStmt(S->getLHS());
102 Record.AddStmt(S->getSubStmt());
104 Record.AddStmt(S->getRHS());
112 Record.AddStmt(S->getSubStmt());
119 Record.AddStmt(S->getSubStmt());
128 Record.AddStmt(S->getSubStmt());
145 Record.AddStmt(S->getCond());
146 Record.AddStmt(S->getThen());
148 Record.AddStmt(
[all...]
H A DASTWriter.cpp245 Record.AddStmt(TL.getSizeExpr());
271 Record.AddStmt(TL.getAttrExprOperand());
297 Record.AddStmt(TL.getAttrRowOperand());
298 Record.AddStmt(TL.getAttrColumnOperand());
307 Record.AddStmt(TL.getAttrRowOperand());
308 Record.AddStmt(TL.getAttrColumnOperand());
4985 Record.AddStmt(const_cast<Expr*>(VD->getInit()));
4993 Record.AddStmt(const_cast<Expr *>(
4998 Record.AddStmt(
5051 Record.AddStmt(cas
[all...]
H A DASTWriterDecl.cpp518 Record.AddStmt(D->getInitExpr());
531 Record.AddStmt(Info->TrailingRequiresClause);
670 Record.AddStmt(ES.getExpr());
688 Record.AddStmt(D->getBody());
909 Record.AddStmt(D->getGetterCXXConstructor());
910 Record.AddStmt(D->getSetterCXXAssignment());
923 Record.AddStmt(D->getInClassInitializer());
925 Record.AddStmt(D->getBitWidth());
1012 Record.AddStmt(D->getInit());
1019 Record.AddStmt(Ini
[all...]
H A DASTReader.cpp9552 Hash.AddStmt(S);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp24 void ODRHash::AddStmt(const Stmt *S) { function in class:ODRHash
178 AddStmt(TA.getAsExpr());
248 void AddStmt(const Stmt *S) { function in class:__anon1593::ODRDeclVisitor
251 Hash.AddStmt(S);
300 AddStmt(D->getInit());
316 AddStmt(D->getAssertExpr());
317 AddStmt(D->getMessage());
327 AddStmt(D->getBitWidth());
331 AddStmt(D->getInClassInitializer());
386 AddStmt(T
666 void AddStmt(Stmt *S) { function in class:__anon1594::ODRTypeVisitor
[all...]
H A DDeclCXX.cpp1984 SelfHash.AddStmt(getExpr());
1985 OtherHash.AddStmt(Other.getExpr());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h81 void AddStmt(const Stmt *S);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h41 /// been added to the queue via AddStmt().
118 void AddStmt(Stmt *S) { function
122 AddStmt(const_cast<Stmt*>(S));

Completed in 140 milliseconds