Searched refs:TDD (Results 1 – 10 of 10) sorted by relevance
12 BDD / TDD assertion framework for node.js and the browser that can be
12 BDD / TDD assertion framework for node.js and the browser that can be paired with any testing frame…
63 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName() local66 if (TDD->getDeclContext()) in addRecordTypeName()67 TDD->printQualifiedName(OS); in addRecordTypeName()69 TDD->printName(OS); in addRecordTypeName()
47 [TDD `assert` style](http://chaijs.com/api/assert/).
140 if (TypedefNameDecl* TDD = dyn_cast<TypedefNameDecl>(D)) in getDeclType() local141 return TDD->getUnderlyingType(); in getDeclType()
3423 void TagDecl::setTypedefNameForAnonDecl(TypedefNameDecl *TDD) { in setTypedefNameForAnonDecl() argument3424 TypedefNameDeclOrQualifier = TDD; in setTypedefNameForAnonDecl()
2938 TypedefNameDecl *TDD = dyn_cast<TypedefNameDecl>(PrevDecl); in ActOnForwardClassDeclaration() local2939 if (!TDD || !TDD->getUnderlyingType()->isObjCObjectType()) { in ActOnForwardClassDeclaration()2947 if (isa<ObjCObjectType>(TDD->getUnderlyingType())) { in ActOnForwardClassDeclaration()
2949 void setTypedefNameForAnonDecl(TypedefNameDecl *TDD);
4044 else if (TypedefNameDecl *TDD = dyn_cast<TypedefNameDecl>(ND)) in RewriteBlockPointerDecl() local4045 DeclT = TDD->getUnderlyingType(); in RewriteBlockPointerDecl()
4958 else if (TypedefNameDecl *TDD = dyn_cast<TypedefNameDecl>(ND)) in RewriteBlockPointerDecl() local4959 DeclT = TDD->getUnderlyingType(); in RewriteBlockPointerDecl()