Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.h33 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
H A DPDBSymbolTypeEnum.h38 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
H A DPDBSymbolTypeUDT.h29 FORWARD_SYMBOL_ID_METHOD(getUnmodifiedType)
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h531 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnmodifiedType)
H A DTypeLoc.h2006 QualType getUnmodifiedType() const { in getUnmodifiedType() function
2007 return this->getTypePtr()->getUnmodifiedType(); in getUnmodifiedType()
H A DTypeProperties.td407 let Read = [{ node->getUnmodifiedType() }];
H A DType.h4674 QualType getUnmodifiedType() const { return TOType; }
4678 QualType QT = getUnmodifiedType();
H A DRecursiveASTVisitor.h1069 DEF_TRAVERSE_TYPE(TypeOfType, { TRY_TO(TraverseType(T->getUnmodifiedType())); })
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp525 Context.getTrivialTypeSourceInfo(getUnmodifiedType(), Loc); in initializeLocal()
H A DASTStructuralEquivalence.cpp1034 cast<TypeOfType>(T1)->getUnmodifiedType(), in IsStructurallyEquivalent()
1035 cast<TypeOfType>(T2)->getUnmodifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp1218 AddQualType(T->getUnmodifiedType()); in VisitTypeOfType()
H A DTypePrinter.cpp1120 print(T->getUnmodifiedType(), OS, StringRef()); in printTypeOfBefore()
H A DASTImporter.cpp1376 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnmodifiedType()); in VisitTypeOfType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6139 MarkUsedTemplateParameters(Ctx, cast<TypeOfType>(T)->getUnmodifiedType(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6293 return Visit(T->getUnmodifiedType()); in VisitTypeOfType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3305 T = cast<TypeOfType>(T)->getUnmodifiedType(); in UnwrapTypeForDebugInfo()