Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h83 class TypeTraitExpr; variable
H A DStmt.h920 friend class TypeTraitExpr; in alignas() local
H A DExprCXX.h2766 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) {} in TypeTraitExpr() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1771 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() function in TypeTraitExpr