Home
last modified time | relevance | path

Searched refs:UnaryTypeTraitExpr (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/Basic/
DStmtNodes.td115 def UnaryTypeTraitExpr : DStmt<Expr>;
/external/clang/include/clang/AST/
DExprCXX.h1908 class UnaryTypeTraitExpr : public Expr {
1924 UnaryTypeTraitExpr(SourceLocation loc, UnaryTypeTrait utt, in UnaryTypeTraitExpr() function
1933 explicit UnaryTypeTraitExpr(EmptyShell Empty) in UnaryTypeTraitExpr() function
1950 static bool classof(const UnaryTypeTraitExpr *) { return true; } in classof() argument
DRecursiveASTVisitor.h2061 DEF_TRAVERSE_STMT(UnaryTypeTraitExpr, {
/external/v8/tools/gcmole/
Dgcmole.cc592 VISIT(UnaryTypeTraitExpr); in VisitExpr()
638 IGNORE_EXPR(UnaryTypeTraitExpr);
/external/clang/lib/AST/
DStmtProfile.cpp870 void StmtProfiler::VisitUnaryTypeTraitExpr(const UnaryTypeTraitExpr *S) { in VisitUnaryTypeTraitExpr()
DStmtPrinter.cpp1593 void StmtPrinter::VisitUnaryTypeTraitExpr(UnaryTypeTraitExpr *E) { in VisitUnaryTypeTraitExpr()
DExprConstant.cpp4029 bool VisitUnaryTypeTraitExpr(const UnaryTypeTraitExpr *E) { in VisitUnaryTypeTraitExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1375 void ASTStmtReader::VisitUnaryTypeTraitExpr(UnaryTypeTraitExpr *E) { in VisitUnaryTypeTraitExpr()
2147 S = new (Context) UnaryTypeTraitExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1393 void ASTStmtWriter::VisitUnaryTypeTraitExpr(UnaryTypeTraitExpr *E) { in VisitUnaryTypeTraitExpr()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h1982 DEF_TRAVERSE_STMT(UnaryTypeTraitExpr, {
DCIndex.cpp1778 void VisitUnaryTypeTraitExpr(UnaryTypeTraitExpr *E);
2073 void EnqueueVisitor::VisitUnaryTypeTraitExpr(UnaryTypeTraitExpr *E) { in VisitUnaryTypeTraitExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp354 Value *VisitUnaryTypeTraitExpr(const UnaryTypeTraitExpr *E) { in VisitUnaryTypeTraitExpr()
/external/clang/lib/Sema/
DSemaExprCXX.cpp3302 return Owned(new (Context) UnaryTypeTraitExpr(KWLoc, UTT, TSInfo, Value, in BuildUnaryTypeTrait()
DTreeTransform.h7501 TreeTransform<Derived>::TransformUnaryTypeTraitExpr(UnaryTypeTraitExpr *E) { in TransformUnaryTypeTraitExpr()