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