Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DLambdaCapture.h56 friend class ASTStmtWriter; variable
DExprCXX.h110 friend class ASTStmtWriter; variable
466 friend class ASTStmtWriter; variable
1026 friend class ASTStmtWriter; variable
1759 friend class ASTStmtWriter; variable
1842 friend class ASTStmtWriter; variable
2345 friend class ASTStmtWriter; variable
2657 friend class ASTStmtWriter; variable
2923 friend class ASTStmtWriter; variable
3348 friend class ASTStmtWriter; variable
3594 friend class ASTStmtWriter; variable
[all …]
DStmt.h240 friend class ASTStmtWriter; in LLVM_ALIGNAS() local
274 friend class ASTStmtWriter; in LLVM_ALIGNAS() local
546 friend class ASTStmtWriter; variable
DExpr.h1156 friend class ASTStmtWriter; variable
2557 friend class ASTStmtWriter; variable
3930 friend class ASTStmtWriter; variable
4384 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
39 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter() function in clang::ASTStmtWriter