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

/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h109 virtual LVElement *getUnderlyingType() { return nullptr; } function in class:llvm::logicalview::LVType
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp308 LVElement *LVTypeDefinition::getUnderlyingType() { function in class:LVTypeDefinition
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h672 QualType getUnderlyingType() const { function in class:clang::UsingTypeLoc
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h148 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); } function in namespace:clang::ast_matchers::internal
150 inline QualType getUnderlyingType(const ValueDecl &Node) { function in namespace:clang::ast_matchers::internal
153 inline QualType getUnderlyingType(const TypedefNameDecl &Node) { function in namespace:clang::ast_matchers::internal
156 inline QualType getUnderlyingType(const FriendDecl &Node) { function in namespace:clang::ast_matchers::internal
161 inline QualType getUnderlyingType(const CXXBaseSpecifier &Node) { function in namespace:clang::ast_matchers::internal
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h529 TypeIndex getUnderlyingType() const { return UnderlyingType; } function in class:llvm::codeview::EnumRecord
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1523 static QualType getUnderlyingType(const SubRegion *R) { function
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DType.cpp3467 QualType UsingType::getUnderlyingType() const { function in class:UsingType
[all...]

Completed in 272 milliseconds