Home
last modified time | relevance | path

Searched defs:getModifiedType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h138 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3742 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType