| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 86 def TypeOfExprType : TypeNode<Type>, NeverCanonicalUnlessDependent;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2193 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 D | RewriteModernObjC.cpp | 2280 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 D | ASTNodeTraverser.h | 425 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
| H A D | Type.h | 2119 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 D | TypeProperties.td | 417 let Class = TypeOfExprType in {
|
| H A D | RecursiveASTVisitor.h | 1096 DEF_TRAVERSE_TYPE(TypeOfExprType, 1398 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
|
| H A D | TypeLoc.h | 2093 TypeOfExprType,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 4078 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 D | TypePrinter.cpp | 1255 void TypePrinter::printTypeOfExprBefore(const TypeOfExprType *T, in printTypeOfExprBefore() 1264 void TypePrinter::printTypeOfExprAfter(const TypeOfExprType *T, in printTypeOfExprAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 1234 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 1235 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 1221 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
| H A D | ASTContext.cpp | 6437 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 D | MicrosoftMangle.cpp | 3671 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T, Qualifiers, in mangleType()
|
| H A D | ItaniumMangle.cpp | 4557 void CXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 1645 ExpectedType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2605 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 3836 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8212 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 D | SemaTemplateDeduction.cpp | 6978 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 6156 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() argument
|
| H A D | TreeTransform.h | 6784 TypeOfKind Kind = Result->castAs<TypeOfExprType>()->getKind(); in TransformTypeOfExprType()
|
| H A D | SemaExpr.cpp | 4562 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 10849 {"_ZNK5clang14TypeOfExprType7desugarEv", "clang::TypeOfExprType::desugar() const"}, 10922 {"_ZN5clang14TypeOfExprTypeC1EPNS_4ExprENS_8QualTypeE", "clang::TypeOfExprType::TypeOfExprType(clan… 10923 {"_ZN5clang14TypeOfExprTypeC2EPNS_4ExprENS_8QualTypeE", "clang::TypeOfExprType::TypeOfExprType(clan…
|