Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1791 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()
DTypePrinter.cpp762 void TypePrinter::printTypeOfExprBefore(const TypeOfExprType *T, in printTypeOfExprBefore()
769 void TypePrinter::printTypeOfExprAfter(const TypeOfExprType *T, in printTypeOfExprAfter()
DASTImporter.cpp61 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()
DASTContext.cpp3656 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()
DMicrosoftMangle.cpp2019 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T, in mangleType()
DItaniumMangle.cpp2443 void CXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2198 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()
DRewriteModernObjC.cpp2313 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/
DType.h3173 class TypeOfExprType : public Type {
3177 TypeOfExprType(Expr *E, QualType can = QualType());
3198 : public TypeOfExprType, public llvm::FoldingSetNode {
3203 : TypeOfExprType(E), Context(Context) { }
DDataRecursiveASTVisitor.h883 DEF_TRAVERSE_TYPE(TypeOfExprType,
1091 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
DRecursiveASTVisitor.h948 DEF_TRAVERSE_TYPE(TypeOfExprType,
1156 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
DTypeLoc.h1546 TypeOfExprType,
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1544 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
DCGExprConstant.cpp841 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in VisitObjCEncodeExpr()
DCGDebugInfo.cpp1996 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
/external/clang/lib/Sema/
DSemaChecking.cpp3102 while (const TypeOfExprType *TET = dyn_cast<TypeOfExprType>(ExprTy)) { in checkFormatExpr()
DSemaTemplateDeduction.cpp4955 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
DSemaTemplate.cpp4013 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() argument
DSemaExpr.cpp12250 QTy = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in tryCaptureVariable()
/external/clang/lib/Serialization/
DASTWriter.cpp242 void ASTTypeWriter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()