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.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/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h531 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnmodifiedType)
H A DTypeLoc.h2053 QualType getUnmodifiedType() const { in getUnmodifiedType() function
2054 return this->getTypePtr()->getUnmodifiedType(); in getUnmodifiedType()
H A DTypeProperties.td444 let Read = [{ node->getUnmodifiedType() }];
H A DRecursiveASTVisitor.h1094 DEF_TRAVERSE_TYPE(TypeOfType, { TRY_TO(TraverseType(T->getUnmodifiedType())); })
H A DType.h5728 QualType getUnmodifiedType() const { return TOType; }
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp535 Context.getTrivialTypeSourceInfo(getUnmodifiedType(), Loc); in initializeLocal()
H A DASTStructuralEquivalence.cpp1136 cast<TypeOfType>(T1)->getUnmodifiedType(), in IsStructurallyEquivalent()
1137 cast<TypeOfType>(T2)->getUnmodifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp1200 AddQualType(T->getUnmodifiedType()); in VisitTypeOfType()
H A DTypePrinter.cpp1228 print(T->getUnmodifiedType(), OS, StringRef()); in printTypeOfBefore()
H A DType.cpp3951 QualType QT = getUnmodifiedType(); in desugar()
H A DASTImporter.cpp1422 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnmodifiedType()); in VisitTypeOfType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6581 MarkUsedTemplateParameters(Ctx, cast<TypeOfType>(T)->getUnmodifiedType(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp5741 return Visit(T->getUnmodifiedType()); in VisitTypeOfType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3593 T = cast<TypeOfType>(T)->getUnmodifiedType(); in UnwrapTypeForDebugInfo()