Searched refs:TagType (Results 51 - 55 of 55) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp984 static SmallString<256> getTypeIdentifier(const TagType *Ty, CodeGenModule &CGM,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2594 // value of TagType is currently 1 (for the LLVMOpInfo1 struct). If symbolic
2597 uint64_t Size, int TagType, void *TagBuf) {
2606 // If the TagType is not the value 1 which it code knows about or if no
2609 if (TagType != 1 || !info->verbose)
2596 SymbolizerGetOpInfo(void *DisInfo, uint64_t Pc, uint64_t Offset, uint64_t Size, int TagType, void *TagBuf) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp396 ObjectType->castAs<TagType>()->isBeingDefined()) &&
H A DSemaExpr.cpp9203 if (isa<TagType>(LHSType) && isa<TagType>(RHSType)) {
H A DTreeTransform.h14331 if (!ScopeType->getType()->getAs<TagType>()) {

Completed in 397 milliseconds

123