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