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