Home
last modified time | relevance | path

Searched refs:getUnmodifiedType (Results 1 – 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolTypeFunctionSig.h33 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
HDPDBSymbolTypeEnum.h38 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
HDPDBSymbolTypeUDT.h29 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDCanonicalType.h531 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnmodifiedType)
HDTypeLoc.h2053 QualType getUnmodifiedType() const { in getUnmodifiedType() function
2054 return this->getTypePtr()->getUnmodifiedType(); in getUnmodifiedType()
HDTypeProperties.td444 let Read = [{ node->getUnmodifiedType() }];
HDRecursiveASTVisitor.h1094 DEF_TRAVERSE_TYPE(TypeOfType, { TRY_TO(TraverseType(T->getUnmodifiedType())); })
HDType.h5728 QualType getUnmodifiedType() const { return TOType; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTypeLoc.cpp535 Context.getTrivialTypeSourceInfo(getUnmodifiedType(), Loc); in initializeLocal()
HDASTStructuralEquivalence.cpp1136 cast<TypeOfType>(T1)->getUnmodifiedType(), in IsStructurallyEquivalent()
1137 cast<TypeOfType>(T2)->getUnmodifiedType())) in IsStructurallyEquivalent()
HDODRHash.cpp1200 AddQualType(T->getUnmodifiedType()); in VisitTypeOfType()
HDTypePrinter.cpp1228 print(T->getUnmodifiedType(), OS, StringRef()); in printTypeOfBefore()
HDType.cpp3951 QualType QT = getUnmodifiedType(); in desugar()
HDASTImporter.cpp1422 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnmodifiedType()); in VisitTypeOfType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeduction.cpp6581 MarkUsedTemplateParameters(Ctx, cast<TypeOfType>(T)->getUnmodifiedType(), in MarkUsedTemplateParameters()
HDSemaTemplate.cpp5741 return Visit(T->getUnmodifiedType()); in VisitTypeOfType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp3593 T = cast<TypeOfType>(T)->getUnmodifiedType(); in UnwrapTypeForDebugInfo()