Searched defs:AddStmt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ | ||
| H A D | ASTRecordWriter.h | 122 void AddStmt(Stmt *S) { in AddStmt() function |
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 24 void ODRHash::AddStmt(const Stmt *S) { in AddStmt() function in ODRHash |