Home
last modified time | relevance | path

Searched refs:TypeOfExprType (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td86 def TypeOfExprType : TypeNode<Type>, NeverCanonicalUnlessDependent;
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2193 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2195 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2196 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
3889 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
3890 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
H A DRewriteModernObjC.cpp2280 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2282 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2283 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
4710 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
4711 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h425 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
H A DType.h2119 friend class TypeOfExprType;
5880 class TypeOfExprType : public Type {
5887 TypeOfExprType(const ASTContext &Context, Expr *E, TypeOfKind Kind,
5913 class DependentTypeOfExprType : public TypeOfExprType,
5917 : TypeOfExprType(Context, E, Kind) {}
H A DTypeProperties.td417 let Class = TypeOfExprType in {
H A DRecursiveASTVisitor.h1096 DEF_TRAVERSE_TYPE(TypeOfExprType,
1398 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
H A DTypeLoc.h2093 TypeOfExprType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4078 TypeOfExprType::TypeOfExprType(const ASTContext &Context, Expr *E, in TypeOfExprType() function in TypeOfExprType
4093 bool TypeOfExprType::isSugared() const { return !TOExpr->isTypeDependent(); } in isSugared()
4095 QualType TypeOfExprType::desugar() const { in desugar()
H A DTypePrinter.cpp1255 void TypePrinter::printTypeOfExprBefore(const TypeOfExprType *T, in printTypeOfExprBefore()
1264 void TypePrinter::printTypeOfExprAfter(const TypeOfExprType *T, in printTypeOfExprAfter()
H A DASTStructuralEquivalence.cpp1234 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
1235 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DODRHash.cpp1221 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
H A DASTContext.cpp6437 TypeOfExprType *toe; in getTypeOfExprType()
6449 toe = new (*this, alignof(TypeOfExprType)) TypeOfExprType( in getTypeOfExprType()
6450 *this, tofExpr, Kind, QualType((TypeOfExprType *)Canon, 0)); in getTypeOfExprType()
6460 toe = new (*this, alignof(TypeOfExprType)) in getTypeOfExprType()
6461 TypeOfExprType(*this, tofExpr, Kind, Canonical); in getTypeOfExprType()
H A DMicrosoftMangle.cpp3671 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T, Qualifiers, in mangleType()
H A DItaniumMangle.cpp4557 void CXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
H A DASTImporter.cpp1645 ExpectedType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2605 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3836 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8212 while (const TypeOfExprType *TET = dyn_cast<TypeOfExprType>(ExprTy)) { in checkFormatExpr()
11405 if (const auto *TET = dyn_cast<TypeOfExprType>(LHS->getType())) in AnalyzeComparison()
11407 if (const auto *TET = dyn_cast<TypeOfExprType>(RHS->getType())) in AnalyzeComparison()
H A DSemaTemplateDeduction.cpp6978 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6156 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() argument
H A DTreeTransform.h6784 TypeOfKind Kind = Result->castAs<TypeOfExprType>()->getKind(); in TransformTypeOfExprType()
H A DSemaExpr.cpp4562 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10849 {"_ZNK5clang14TypeOfExprType7desugarEv", "clang::TypeOfExprType::desugar() const"},
10922 {"_ZN5clang14TypeOfExprTypeC1EPNS_4ExprENS_8QualTypeE", "clang::TypeOfExprType::TypeOfExprType(clan…
10923 {"_ZN5clang14TypeOfExprTypeC2EPNS_4ExprENS_8QualTypeE", "clang::TypeOfExprType::TypeOfExprType(clan…