| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2186 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl() 2188 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl() 2189 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl() 3899 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr() 3900 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
|
| H A D | RewriteModernObjC.cpp | 2277 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl() 2279 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl() 2280 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl() 4735 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr() 4736 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 580 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 581 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 3085 TypeOfExprType::TypeOfExprType(Expr *E, QualType can) in TypeOfExprType() function in TypeOfExprType 3092 bool TypeOfExprType::isSugared() const { in isSugared() 3096 QualType TypeOfExprType::desugar() const { in desugar()
|
| H A D | TypePrinter.cpp | 963 void TypePrinter::printTypeOfExprBefore(const TypeOfExprType *T, in printTypeOfExprBefore() 971 void TypePrinter::printTypeOfExprAfter(const TypeOfExprType *T, in printTypeOfExprAfter()
|
| H A D | ODRHash.cpp | 970 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
| H A D | ASTDumper.cpp | 170 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
| H A D | ASTContext.cpp | 4745 TypeOfExprType *toe; in getTypeOfExprType() 4756 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, in getTypeOfExprType() 4757 QualType((TypeOfExprType*)Canon, 0)); in getTypeOfExprType() 4767 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical); in getTypeOfExprType()
|
| H A D | MicrosoftMangle.cpp | 2833 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T, Qualifiers, in mangleType()
|
| H A D | ItaniumMangle.cpp | 3294 void CXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 343 ExpectedType VisitTypeOfExprType(const TypeOfExprType *T); 1253 ExpectedType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Type.h | 4176 class TypeOfExprType : public Type { 4182 TypeOfExprType(Expr *E, QualType can = QualType()); 4203 : public TypeOfExprType, public llvm::FoldingSetNode { 4208 : TypeOfExprType(E), Context(Context) {}
|
| H A D | RecursiveASTVisitor.h | 1028 DEF_TRAVERSE_TYPE(TypeOfExprType, 1265 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
|
| H A D | TypeLoc.h | 1821 TypeOfExprType,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 4228 llvm::cast<clang::TypeOfExprType>(qual_type) in GetTypeInfo() 4446 llvm::cast<clang::TypeOfExprType>(qual_type) in GetTypeClass() 5306 llvm::cast<clang::TypeOfExprType>(qual_type) in GetEncoding() 5473 llvm::cast<clang::TypeOfExprType>(qual_type) in GetFormat() 6553 return GetNumPointeeChildren(llvm::cast<clang::TypeOfExprType>(qual_type) in GetNumPointeeChildren()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2151 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 2743 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7811 while (const TypeOfExprType *TET = dyn_cast<TypeOfExprType>(ExprTy)) { in checkFormatExpr() 10267 if (const auto *TET = dyn_cast<TypeOfExprType>(LHS->getType())) in AnalyzeComparison() 10269 if (const auto *TET = dyn_cast<TypeOfExprType>(RHS->getType())) in AnalyzeComparison()
|
| H A D | SemaTemplateDeduction.cpp | 5529 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 5418 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() argument
|
| H A D | SemaExpr.cpp | 4018 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 346 void ASTTypeWriter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|