Lines Matching full:astcontext
14 #include "clang/AST/ASTContext.h"
53 void *Stmt::operator new(size_t bytes, const ASTContext& C,
282 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
298 void CompoundStmt::setStmts(const ASTContext &C, ArrayRef<Stmt *> Stmts) {
313 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc,
322 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C,
330 std::string AsmStmt::generateAsmString(const ASTContext &C) const {
421 void GCCAsmStmt::setOutputsAndInputsAndClobbers(const ASTContext &C,
476 const ASTContext &C, unsigned &DiagOffs) const {
650 std::string GCCAsmStmt::generateAsmString(const ASTContext &C) const {
671 std::string MSAsmStmt::generateAsmString(const ASTContext &C) const {
691 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc,
715 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
729 static StringRef copyIntoContext(const ASTContext &C, StringRef str) {
733 void MSAsmStmt::initialize(const ASTContext &C, StringRef asmstr,
766 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, bool IsConstexpr,
786 void IfStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
797 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
817 void ForStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
828 SwitchStmt::SwitchStmt(const ASTContext &C, Stmt *init, VarDecl *Var,
845 void SwitchStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
862 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
879 void WhileStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
918 SEHTryStmt* SEHTryStmt::Create(const ASTContext &C, bool IsCXXTry,
942 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc,
954 SEHFinallyStmt* SEHFinallyStmt::Create(const ASTContext &C, SourceLocation Loc,
1038 CapturedStmt *CapturedStmt::Create(const ASTContext &Context, Stmt *S,
1066 CapturedStmt *CapturedStmt::CreateDeserialized(const ASTContext &Context,