Home
last modified time | relevance | path

Searched refs:isType (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp380 …if (isType(C.getTag()) || (C.getTag() == dwarf::DW_TAG_subprogram && isType(C.getParent()->getTag(… in computeHash()
H A DDwarfUnit.cpp1712 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h167 bool isType() const { return IsType; } in isType() function
171 assert(isType() && "Not a type!"); in getType()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h269 bool isType() const { in isType() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp204 if (isType(entry.tag())) { in GetTypes()
H A DSymbolFileDWARF.cpp3020 if (isType(dwarf_tag) && tag != DW_TAG_subrange_type) in ParseTypes()
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp981 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function
1116 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType()
1159 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType()
1164 CheckDI(isType(N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType()
1213 CheckDI(isType(Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType()
1311 CheckDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1426 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter()
1458 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable()
1472 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDILocalVariable()
1510 CheckDI(isType(T), "invalid type ref", &N, T); in visitDIObjCProperty()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.h113 inline bool isType(Tag T) { in isType() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp757 if (isType(Child.getTag())) in updateVariableDieMap()
H A DDWARFVerifier.cpp667 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp642 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument
674 if (isType) { in ActOnCXXTypeid()
784 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument
788 if (isType) { in ActOnCXXUuidof()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6434 SourceLocation LParenLoc, bool isType,
6449 SourceLocation LParenLoc, bool isType,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4889 if (DOT.isType()) in WriteASTCore()