Searched defs:IsUnion (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp119 const bool IsUnion = D->ElemRecord->isUnion(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp97 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { argument
526 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, argument
1244 bool IsUnion = Fixup.second.first; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2390 bool IsUnion : 1; member in struct:__anon2740::MicrosoftRecordLayoutBuilder
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1451 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { function in class:ResultBuilder
H A DSemaDecl.cpp11498 bool IsUnion = false; local
11563 bool IsUnion = false; local
11629 bool IsUnion = false; local
4676 CheckAnonMemberRedeclaration(Sema &SemaRef, Scope *S, DeclContext *Owner, DeclarationName Name, SourceLocation NameLoc, bool IsUnion) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2512 bool IsUnion = (RD && RD->isUnion()); local

Completed in 293 milliseconds