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.h109 virtual LVElement *getUnderlyingType() { return nullptr; } in getUnderlyingType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp302 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.cpp1510 static QualType getUnderlyingType(const SubRegion *R) { in getUnderlyingType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h684 QualType getUnderlyingType() const { in getUnderlyingType() function
H A DDecl.h3460 QualType getUnderlyingType() const { in getUnderlyingType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3882 QualType UsingType::getUnderlyingType() const { in getUnderlyingType() function in UsingType