Searched defs:AddStmt (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/AST/ | ||
D | ODRHash.cpp | 24 void ODRHash::AddStmt(const Stmt *S) { in AddStmt() function in ODRHash |
/external/llvm-project/clang/include/clang/Serialization/ | ||
D | ASTRecordWriter.h | 118 void AddStmt(Stmt *S) { in AddStmt() function |
/external/clang/include/clang/Serialization/ | ||
D | ASTWriter.h | 784 void AddStmt(Stmt *S) { in AddStmt() function |
/external/clang/tools/libclang/ | ||
D | CIndex.cpp | 2006 void EnqueueVisitor::AddStmt(const Stmt *S) { in AddStmt() function in EnqueueVisitor |
/external/llvm-project/clang/tools/libclang/ | ||
D | CIndex.cpp | 2137 void EnqueueVisitor::AddStmt(const Stmt *S) { in AddStmt() function in EnqueueVisitor |