Searched defs:AddStmt (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Serialization/ | ||
| H A D | ASTRecordWriter.h | 122 void AddStmt(Stmt *S) { in AddStmt() function |
| /llvm-project-15.0.7/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 24 void ODRHash::AddStmt(const Stmt *S) { in AddStmt() function in ODRHash |
| /llvm-project-15.0.7/clang/tools/libclang/ | ||
| H A D | CIndex.cpp | 2246 void EnqueueVisitor::AddStmt(const Stmt *S) { in AddStmt() function in EnqueueVisitor |