Home
last modified time | relevance | path

Searched refs:TypeOfExprType (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/AST/
DType.cpp2873 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()
DTypePrinter.cpp814 void TypePrinter::printTypeOfExprBefore(const TypeOfExprType *T, in printTypeOfExprBefore()
821 void TypePrinter::printTypeOfExprAfter(const TypeOfExprType *T, in printTypeOfExprAfter()
DASTImporter.cpp61 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()
DASTContext.cpp3927 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()
DASTDumper.cpp348 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
DMicrosoftMangle.cpp2385 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T, Qualifiers, in mangleType()
DItaniumMangle.cpp3002 void CXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2186 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()
DRewriteModernObjC.cpp2275 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/
DType.h3528 class TypeOfExprType : public Type {
3532 TypeOfExprType(Expr *E, QualType can = QualType());
3553 : public TypeOfExprType, public llvm::FoldingSetNode {
3558 : TypeOfExprType(E), Context(Context) { }
DRecursiveASTVisitor.h987 DEF_TRAVERSE_TYPE(TypeOfExprType,
1203 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
DTypeLoc.h1628 TypeOfExprType,
/external/clang/lib/CodeGen/
DCGExprConstant.cpp976 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in VisitObjCEncodeExpr()
DCodeGenFunction.cpp1793 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
DCGDebugInfo.cpp2278 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4914 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
DSemaChecking.cpp5124 while (const TypeOfExprType *TET = dyn_cast<TypeOfExprType>(ExprTy)) { in checkFormatExpr()
DSemaTemplate.cpp4142 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() argument
DSemaExpr.cpp3939 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
/external/clang/lib/Serialization/
DASTWriter.cpp290 void ASTTypeWriter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()