Home
last modified time | relevance | path

Searched refs:TypeTrait (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTypeTraits.h20 enum TypeTrait { enum
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h2639 TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind,
2657 SourceLocation Loc, TypeTrait Kind,
2666 TypeTrait getTrait() const { in getTrait()
2667 return static_cast<TypeTrait>(TypeTraitExprBits.Kind); in getTrait()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp4363 static bool CheckUnaryTypeTraitTypeCompleteness(Sema &S, TypeTrait UTT, in CheckUnaryTypeTraitTypeCompleteness()
4516 static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT, in EvaluateUnaryTypeTrait()
4918 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, QualType LhsT,
4921 static bool evaluateTypeTrait(Sema &S, TypeTrait Kind, SourceLocation KWLoc, in evaluateTypeTrait()
5041 ExprResult Sema::BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in BuildTypeTrait()
5066 ExprResult Sema::ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in ActOnTypeTrait()
5084 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, QualType LhsT, in EvaluateBinaryTypeTrait()
HDTreeTransform.h2860 ExprResult RebuildTypeTrait(TypeTrait Trait, in RebuildTypeTrait()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprCXX.cpp1690 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr()
1720 TypeTrait Kind, in Create()
HDStmtPrinter.cpp2163 static const char *getTypeTraitName(TypeTrait TT) { in getTypeTraitName()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExprCXX.cpp3565 static TypeTrait TypeTraitFromTokKind(tok::TokenKind kind) { in TypeTraitFromTokKind()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h5804 ExprResult ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc,
5807 ExprResult BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc,