Searched defs:IsUnion (Results 1 – 13 of 13) sorted by relevance
/llvm-project/clang/lib/AST/Interp/ |
H A D | Record.h |
|
H A D | Descriptor.cpp |
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 111 BTFTypeFwd(StringRef Name,bool IsUnion) BTFTypeFwd() argument 765 visitFwdDeclType(const DICompositeType * CTy,bool IsUnion,uint32_t & TypeId) visitFwdDeclType() argument 1625 bool IsUnion = CTy->getTag() == dwarf::DW_TAG_union_type; endModule() local
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | ProTypeMemberInitCheck.cpp | 428 bool IsUnion = ClassDecl.isUnion(); in checkMissingMemberInitializer() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 59 IsUnion, enumerator
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 2091 bool IsUnion = RT->isUnionType() && !UseClang11Compat; classify() local
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 2658 bool IsUnion : 1; global() member [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 5240 CheckAnonMemberRedeclaration(Sema & SemaRef,Scope * S,DeclContext * Owner,DeclarationName Name,SourceLocation NameLoc,bool IsUnion,StorageClass SC) CheckAnonMemberRedeclaration() argument 13016 bool IsUnion = false; visitStruct() local 13081 bool IsUnion = false; visitStruct() local 13147 bool IsUnion = false; visitStruct() local [all...] |
H A D | SemaInit.cpp | 5642 bool IsUnion = RT->isUnionType(); TryOrBuildParenListInitialization() local
|
H A D | SemaCodeComplete.cpp | 1594 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { IsUnion() function in ResultBuilder
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNarrowingTest.cpp | 4046 TEST_P(ASTMatchersTest,IsUnion) TEST_P() argument
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 127 bool IsUnion = false; member [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 2464 bool IsUnion = (RD && RD->isUnion()); BuildRCRecordLayout() local
|