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