Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp158 QualType NestedType = Visit(LI.getLoc()); in VisitNonLocLocAsInteger() local
159 if (NestedType.isNull()) in VisitNonLocLocAsInteger()
160 return NestedType; in VisitNonLocLocAsInteger()
163 NestedType->isSignedIntegerType()); in VisitNonLocLocAsInteger()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def72 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
H A DTypeRecord.h375 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()