Searched refs:TypeOfExprType (Results 1 – 20 of 20) sorted by relevance
/external/clang/lib/AST/ |
D | Type.cpp | 1791 TypeOfExprType::TypeOfExprType(Expr *E, QualType can) in TypeOfExprType() function in TypeOfExprType 1799 bool TypeOfExprType::isSugared() const { in isSugared() 1803 QualType TypeOfExprType::desugar() const { in desugar()
|
D | TypePrinter.cpp | 762 void TypePrinter::printTypeOfExprBefore(const TypeOfExprType *T, in printTypeOfExprBefore() 769 void TypePrinter::printTypeOfExprAfter(const TypeOfExprType *T, in printTypeOfExprAfter()
|
D | ASTImporter.cpp | 61 QualType VisitTypeOfExprType(const TypeOfExprType *T); 616 cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 617 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent() 1655 QualType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
D | ASTContext.cpp | 3656 TypeOfExprType *toe; in getTypeOfExprType() 3667 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, in getTypeOfExprType() 3668 QualType((TypeOfExprType*)Canon, 0)); in getTypeOfExprType() 3678 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical); in getTypeOfExprType()
|
D | MicrosoftMangle.cpp | 2019 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T, in mangleType()
|
D | ItaniumMangle.cpp | 2443 void CXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 2198 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl() 2200 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl() 2201 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl() 3946 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr() 3947 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
|
D | RewriteModernObjC.cpp | 2313 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl() 2315 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl() 2316 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl() 4862 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr() 4863 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
|
/external/clang/include/clang/AST/ |
D | Type.h | 3173 class TypeOfExprType : public Type { 3177 TypeOfExprType(Expr *E, QualType can = QualType()); 3198 : public TypeOfExprType, public llvm::FoldingSetNode { 3203 : TypeOfExprType(E), Context(Context) { }
|
D | DataRecursiveASTVisitor.h | 883 DEF_TRAVERSE_TYPE(TypeOfExprType, 1091 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
|
D | RecursiveASTVisitor.h | 948 DEF_TRAVERSE_TYPE(TypeOfExprType, 1156 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
|
D | TypeLoc.h | 1546 TypeOfExprType,
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1544 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
|
D | CGExprConstant.cpp | 841 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in VisitObjCEncodeExpr()
|
D | CGDebugInfo.cpp | 1996 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3102 while (const TypeOfExprType *TET = dyn_cast<TypeOfExprType>(ExprTy)) { in checkFormatExpr()
|
D | SemaTemplateDeduction.cpp | 4955 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
D | SemaTemplate.cpp | 4013 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() argument
|
D | SemaExpr.cpp | 12250 QTy = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in tryCaptureVariable()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 242 void ASTTypeWriter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|