Searched refs:getCapturedRecordDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp2048 const RecordDecl *RD = S.getCapturedRecordDecl();
2112 const RecordDecl *RD = S.getCapturedRecordDecl();
H A DCodeGenFunction.h177 S.getCapturedRecordDecl()->field_begin();
/external/clang/include/clang/AST/
H A DStmt.h2096 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } function in class:clang::CapturedStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp299 Writer.AddDeclRef(S->getCapturedRecordDecl(), Record);

Completed in 127 milliseconds