Searched refs:AnonStruct (Results 1 – 3 of 3) sorted by relevance
323 } AnonStruct, *AnonStructPointer; variable331 AnonStruct.f(); in testAnonymousStructAndClass()
7250 auto &AnonStruct = *cast<RecordStorageLocation>( in TEST() 7253 auto *B = cast<BoolValue>(getFieldValue(&AnonStruct, *BDecl, Env)); in TEST() 7281 auto &AnonStruct = *cast<RecordStorageLocation>(ThisLoc->getChild( in TEST() 7284 auto *B = cast<BoolValue>(getFieldValue(&AnonStruct, *BDecl, Env)); in TEST() 7314 auto &AnonStruct = *cast<RecordStorageLocation>(ThisLoc->getChild( in TEST() 7317 ASSERT_EQ(AnonStruct.getChild(*IDecl), in TEST() 7197 auto &AnonStruct = *cast<RecordStorageLocation>( TEST() local 7228 auto &AnonStruct = *cast<RecordStorageLocation>(ThisLoc->getChild( TEST() local 7261 auto &AnonStruct = *cast<RecordStorageLocation>(ThisLoc->getChild( TEST() local
7667 const CXXRecordDecl *AnonStruct = nullptr; in ActOnVariableDeclarator() 7675 AnonStruct = ParentDecl; in ActOnVariableDeclarator() 7686 } else if (AnonStruct) { in ActOnVariableDeclarator() 7692 << Name << llvm::to_underlying(AnonStruct->getTagKind()); in ActOnVariableDeclarator() 7522 const CXXRecordDecl *AnonStruct = nullptr; ActOnVariableDeclarator() local