Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.h33 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
H A DPDBSymbolTypeUDT.h29 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
H A DPDBSymbolTypeEnum.h38 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h531 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnmodifiedType)
H A DTypeLoc.h2012 QualType getUnmodifiedType() const { in getUnmodifiedType() function
2013 return this->getTypePtr()->getUnmodifiedType(); in getUnmodifiedType()
H A DTypeProperties.td411 let Read = [{ node->getUnmodifiedType() }];
H A DType.h4877 QualType getUnmodifiedType() const { return TOType; }
4881 QualType QT = getUnmodifiedType();
H A DRecursiveASTVisitor.h1063 DEF_TRAVERSE_TYPE(TypeOfType, { TRY_TO(TraverseType(T->getUnmodifiedType())); })
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp528 Context.getTrivialTypeSourceInfo(getUnmodifiedType(), Loc); in initializeLocal()
H A DASTStructuralEquivalence.cpp1118 cast<TypeOfType>(T1)->getUnmodifiedType(), in IsStructurallyEquivalent()
1119 cast<TypeOfType>(T2)->getUnmodifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp1183 AddQualType(T->getUnmodifiedType()); in VisitTypeOfType()
H A DTypePrinter.cpp1176 print(T->getUnmodifiedType(), OS, StringRef()); in printTypeOfBefore()
H A DASTImporter.cpp1396 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnmodifiedType()); in VisitTypeOfType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6407 MarkUsedTemplateParameters(Ctx, cast<TypeOfType>(T)->getUnmodifiedType(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6469 return Visit(T->getUnmodifiedType()); in VisitTypeOfType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3450 T = cast<TypeOfType>(T)->getUnmodifiedType(); in UnwrapTypeForDebugInfo()