Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeNodes.td84 def TypeOfExprType : TypeNode<Type>, NeverCanonicalUnlessDependent;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h352 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
H A DType.h4424 class TypeOfExprType : public Type {
4430 TypeOfExprType(Expr *E, QualType can = QualType());
4451 : public TypeOfExprType, public llvm::FoldingSetNode {
4456 : TypeOfExprType(E), Context(Context) {}
H A DTypeProperties.td382 let Class = TypeOfExprType in {
H A DRecursiveASTVisitor.h989 DEF_TRAVERSE_TYPE(TypeOfExprType,
1260 DEF_TRAVERSE_TYPELOC(TypeOfExprType,
H A DTypeLoc.h1957 TypeOfExprType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2195 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2197 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2198 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
3911 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
3912 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
H A DRewriteModernObjC.cpp2281 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl()
2283 while (isa<TypeOfExprType>(TypePtr)) { in RewriteTypeOfDecl()
2284 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteTypeOfDecl()
4741 if (isa<TypeOfExprType>(TypePtr)) { in RewriteCastExpr()
4742 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3405 TypeOfExprType::TypeOfExprType(Expr *E, QualType can) in TypeOfExprType() function in TypeOfExprType
3412 bool TypeOfExprType::isSugared() const { in isSugared()
3416 QualType TypeOfExprType::desugar() const { in desugar()
H A DASTStructuralEquivalence.cpp955 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
956 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp1064 void TypePrinter::printTypeOfExprBefore(const TypeOfExprType *T, in printTypeOfExprBefore()
1072 void TypePrinter::printTypeOfExprAfter(const TypeOfExprType *T, in printTypeOfExprAfter()
H A DODRHash.cpp1054 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
H A DASTContext.cpp5402 TypeOfExprType *toe; in getTypeOfExprType()
5413 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, in getTypeOfExprType()
5414 QualType((TypeOfExprType*)Canon, 0)); in getTypeOfExprType()
5424 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical); in getTypeOfExprType()
H A DMicrosoftMangle.cpp3232 void MicrosoftCXXNameMangler::mangleType(const TypeOfExprType *T, Qualifiers, in mangleType()
H A DItaniumMangle.cpp3862 void CXXNameMangler::mangleType(const TypeOfExprType *T) { in mangleType()
H A DASTImporter.cpp355 ExpectedType VisitTypeOfExprType(const TypeOfExprType *T);
1314 ExpectedType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2244 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3159 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8779 while (const TypeOfExprType *TET = dyn_cast<TypeOfExprType>(ExprTy)) { in checkFormatExpr()
11560 if (const auto *TET = dyn_cast<TypeOfExprType>(LHS->getType())) in AnalyzeComparison()
11562 if (const auto *TET = dyn_cast<TypeOfExprType>(RHS->getType())) in AnalyzeComparison()
H A DSemaTemplateDeduction.cpp6047 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6061 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() argument
H A DSemaExpr.cpp4433 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()