Home
last modified time | relevance | path

Searched defs:ASTStmtWriter (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DLambdaCapture.h44 friend class ASTStmtWriter; variable
DExprCXX.h113 friend class ASTStmtWriter; variable
429 friend class ASTStmtWriter; variable
1014 friend class ASTStmtWriter; variable
1690 friend class ASTStmtWriter; variable
1773 friend class ASTStmtWriter; variable
2292 friend class ASTStmtWriter; variable
2612 friend class ASTStmtWriter; variable
2884 friend class ASTStmtWriter; variable
3324 friend class ASTStmtWriter; variable
3551 friend class ASTStmtWriter; variable
[all …]
DStmt.h229 friend class ASTStmtWriter; in LLVM_ALIGNAS() local
262 friend class ASTStmtWriter; in LLVM_ALIGNAS() local
534 friend class ASTStmtWriter; variable
DExpr.h1199 friend class ASTStmtWriter; variable
2631 friend class ASTStmtWriter; variable
3996 friend class ASTStmtWriter; variable
4481 friend class ASTStmtWriter; variable
/external/clang/include/clang/Serialization/
DASTWriter.h92 friend class ASTStmtWriter; variable
/external/clang/lib/Serialization/
DASTWriterStmt.cpp31 class ASTStmtWriter : public StmtVisitor<ASTStmtWriter, void> { class
40 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter() function in clang::ASTStmtWriter