Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h109 virtual LVElement *getUnderlyingType() { return nullptr; } in getUnderlyingType() function
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp308 LVElement *LVTypeDefinition::getUnderlyingType() { in getUnderlyingType() function in LVTypeDefinition
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h529 TypeIndex getUnderlyingType() const { return UnderlyingType; } in getUnderlyingType() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1523 static QualType getUnderlyingType(const SubRegion *R) { in getUnderlyingType() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h672 QualType getUnderlyingType() const { in getUnderlyingType() function
H A DDecl.h3343 QualType getUnderlyingType() const { in getUnderlyingType() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp3467 QualType UsingType::getUnderlyingType() const { in getUnderlyingType() function in UsingType