Home
last modified time | relevance | path

Searched defs:TypeTraitExpr (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DExprCXX.cpp1482 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() function in TypeTraitExpr
/external/clang/include/clang/AST/
DStmt.h272 friend class TypeTraitExpr; variable
DExprCXX.h2055 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) { } in TypeTraitExpr() function