Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1492 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() function in TypeTraitExpr
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h272 friend class TypeTraitExpr; variable
H A DExprCXX.h2085 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) { } in TypeTraitExpr() function