Searched defs:TypeTraitExpr (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ComputeDependence.h | 83 class TypeTraitExpr; global() variable |
H A D | ExprCXX.h | 2766 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) {} TypeTraitExpr() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ExprCXX.cpp | 1771 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, TypeTraitExpr() function in TypeTraitExpr |