Home
last modified time | relevance | path

Searched defs:getUnderlyingType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h113 virtual LVElement *getUnderlyingType() { return nullptr; } in getUnderlyingType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp306 LVElement *LVTypeDefinition::getUnderlyingType() { in getUnderlyingType() function in LVTypeDefinition
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h529 TypeIndex getUnderlyingType() const { return UnderlyingType; } in getUnderlyingType() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1669 static QualType getUnderlyingType(const SubRegion *R) { in getUnderlyingType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h686 QualType getUnderlyingType() const { in getUnderlyingType() function
H A DDecl.h3579 QualType getUnderlyingType() const { in getUnderlyingType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4057 QualType UsingType::getUnderlyingType() const { in getUnderlyingType() function in UsingType