Home
last modified time | relevance | path

Searched refs:AnonStruct (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dstatic-accessed-through-instance.cpp323 } AnonStruct, *AnonStructPointer; variable
331 AnonStruct.f(); in testAnonymousStructAndClass()
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp7250 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
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7667 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