Searched refs:TypeOfExprType (Results 1 – 20 of 20) sorted by relevance
/external/clang/lib/AST/ |
D | Type.cpp | 2873 TypeOfExprType::TypeOfExprType(Expr *E, QualType can) in TypeOfExprType() function in TypeOfExprType 2881 bool TypeOfExprType::isSugared() const { in isSugared() 2885 QualType TypeOfExprType::desugar() const { in desugar()
|
D | TypePrinter.cpp | 814 void TypePrinter::printTypeOfExprBefore(const TypeOfExprType *T, in printTypeOfExprBefore() 821 void TypePrinter::printTypeOfExprAfter(const TypeOfExprType *T, in printTypeOfExprAfter()
|
D | ASTImporter.cpp | 61 QualType VisitTypeOfExprType(const TypeOfExprType *T); 716 cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 717 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent() 1782 QualType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
D | ASTContext.cpp | 3927 TypeOfExprType *toe; in getTypeOfExprType() 3938 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, in getTypeOfExprType() 3939 QualType((TypeOfExprType*)Canon, 0)); in getTypeOfExprType() 3949 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical); in getTypeOfExprType()
|
D | ASTDumper.cpp | 348 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|
D | MicrosoftMangle.cpp | 2385 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T, Qualifiers, in mangleType()
|
D | ItaniumMangle.cpp | 3002 void CXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
|
/external/clang/lib/Frontend/Rewrite/ |
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() 3900 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr() 3901 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
|
D | RewriteModernObjC.cpp | 2275 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl() 2277 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl() 2278 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl() 4741 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr() 4742 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
|
/external/clang/include/clang/AST/ |
D | Type.h | 3528 class TypeOfExprType : public Type { 3532 TypeOfExprType(Expr *E, QualType can = QualType()); 3553 : public TypeOfExprType, public llvm::FoldingSetNode { 3558 : TypeOfExprType(E), Context(Context) { }
|
D | RecursiveASTVisitor.h | 987 DEF_TRAVERSE_TYPE(TypeOfExprType, 1203 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
|
D | TypeLoc.h | 1628 TypeOfExprType,
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 976 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in VisitObjCEncodeExpr()
|
D | CodeGenFunction.cpp | 1793 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
|
D | CGDebugInfo.cpp | 2278 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4914 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
D | SemaChecking.cpp | 5124 while (const TypeOfExprType *TET = dyn_cast<TypeOfExprType>(ExprTy)) { in checkFormatExpr()
|
D | SemaTemplate.cpp | 4142 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() argument
|
D | SemaExpr.cpp | 3939 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 290 void ASTTypeWriter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
|