Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h79 class TypeTraitExpr; variable
H A DExprCXX.h2682 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) {} in TypeTraitExpr() function
H A DStmt.h770 friend class TypeTraitExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1668 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() function in TypeTraitExpr