Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.h34 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
H A DPDBSymbolTypeEnum.h39 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
H A DPDBSymbolTypeUDT.h30 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h535 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnmodifiedType)
H A DTypeLoc.h2109 QualType getUnmodifiedType() const { in getUnmodifiedType() function
2110 return this->getTypePtr()->getUnmodifiedType(); in getUnmodifiedType()
H A DTypeProperties.td433 let Read = [{ node->getUnmodifiedType() }];
H A DRecursiveASTVisitor.h1099 DEF_TRAVERSE_TYPE(TypeOfType, { TRY_TO(TraverseType(T->getUnmodifiedType())); })
H A DType.h5940 QualType getUnmodifiedType() const { return TOType; }
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp538 Context.getTrivialTypeSourceInfo(getUnmodifiedType(), Loc); in initializeLocal()
H A DASTStructuralEquivalence.cpp1241 cast<TypeOfType>(T1)->getUnmodifiedType(), in IsStructurallyEquivalent()
1242 cast<TypeOfType>(T2)->getUnmodifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp1228 AddQualType(T->getUnmodifiedType()); in VisitTypeOfType()
H A DTypePrinter.cpp1270 print(T->getUnmodifiedType(), OS, StringRef()); in printTypeOfBefore()
H A DType.cpp4124 QualType QT = getUnmodifiedType(); in desugar()
H A DASTImporter.cpp1653 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnmodifiedType()); in VisitTypeOfType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6971 MarkUsedTemplateParameters(Ctx, cast<TypeOfType>(T)->getUnmodifiedType(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6161 return Visit(T->getUnmodifiedType()); in VisitTypeOfType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3839 T = cast<TypeOfType>(T)->getUnmodifiedType(); in UnwrapTypeForDebugInfo()