| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 85 def TypeOfExprType : TypeNode<Type>, NeverCanonicalUnlessDependent;
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2195 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl() 2197 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl() 2198 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl() 3897 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr() 3898 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
|
| H A D | RewriteModernObjC.cpp | 2282 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl() 2284 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl() 2285 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl() 4729 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr() 4730 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 376 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
| H A D | Type.h | 1805 friend class TypeOfExprType; 4608 class TypeOfExprType : public Type { 4614 TypeOfExprType(Expr *E, TypeOfKind Kind, QualType Can = QualType()); 4641 : public TypeOfExprType, public llvm::FoldingSetNode { 4646 : TypeOfExprType(E, Kind), Context(Context) {}
|
| H A D | TypeProperties.td | 391 let Class = TypeOfExprType in {
|
| H A D | RecursiveASTVisitor.h | 1066 DEF_TRAVERSE_TYPE(TypeOfExprType, 1340 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
|
| H A D | TypeLoc.h | 1990 TypeOfExprType,
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 3488 TypeOfExprType::TypeOfExprType(Expr *E, TypeOfKind Kind, QualType Can) in TypeOfExprType() function in TypeOfExprType 3502 bool TypeOfExprType::isSugared() const { in isSugared() 3506 QualType TypeOfExprType::desugar() const { in desugar()
|
| H A D | ASTStructuralEquivalence.cpp | 1027 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 1028 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1105 void TypePrinter::printTypeOfExprBefore(const TypeOfExprType *T, in printTypeOfExprBefore() 1114 void TypePrinter::printTypeOfExprAfter(const TypeOfExprType *T, in printTypeOfExprAfter()
|
| H A D | ODRHash.cpp | 1209 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
| H A D | ASTContext.cpp | 5622 TypeOfExprType *toe; in getTypeOfExprType() 5635 TypeOfExprType(tofExpr, Kind, QualType((TypeOfExprType *)Canon, 0)); in getTypeOfExprType() 5645 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Kind, Canonical); in getTypeOfExprType()
|
| H A D | MicrosoftMangle.cpp | 3283 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T, Qualifiers, in mangleType()
|
| H A D | ItaniumMangle.cpp | 3946 void CXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 392 ExpectedType VisitTypeOfExprType(const TypeOfExprType *T); 1368 ExpectedType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2351 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 3302 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 10334 while (const TypeOfExprType *TET = dyn_cast<TypeOfExprType>(ExprTy)) { in checkFormatExpr() 13197 if (const auto *TET = dyn_cast<TypeOfExprType>(LHS->getType())) in AnalyzeComparison() 13199 if (const auto *TET = dyn_cast<TypeOfExprType>(RHS->getType())) in AnalyzeComparison()
|
| H A D | SemaTemplateDeduction.cpp | 6146 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 6288 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() argument
|
| H A D | TreeTransform.h | 6305 TypeOfKind Kind = Result->getAs<TypeOfExprType>()->getKind(); in TransformTypeOfExprType()
|
| H A D | SemaExpr.cpp | 4587 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
|