Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp167 QualType NestedType = Visit(LI.getLoc()); in VisitNonLocLocAsInteger() local
168 if (NestedType.isNull()) in VisitNonLocLocAsInteger()
169 return NestedType; in VisitNonLocLocAsInteger()
172 NestedType->isSignedIntegerType()); in VisitNonLocLocAsInteger()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def72 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
H A DTypeRecord.h374 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()