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