Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTypeTraits.h21 enum TypeTrait { enum
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h2442 TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind,
2460 SourceLocation Loc, TypeTrait Kind,
2469 TypeTrait getTrait() const { in getTrait()
2470 return static_cast<TypeTrait>(TypeTraitExprBits.Kind); in getTrait()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp4345 static bool CheckUnaryTypeTraitTypeCompleteness(Sema &S, TypeTrait UTT, in CheckUnaryTypeTraitTypeCompleteness()
4498 static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT, in EvaluateUnaryTypeTrait()
4898 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, QualType LhsT,
4901 static bool evaluateTypeTrait(Sema &S, TypeTrait Kind, SourceLocation KWLoc, in evaluateTypeTrait()
5021 ExprResult Sema::BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in BuildTypeTrait()
5046 ExprResult Sema::ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in ActOnTypeTrait()
5064 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, QualType LhsT, in EvaluateBinaryTypeTrait()
H A DTreeTransform.h2750 ExprResult RebuildTypeTrait(TypeTrait Trait, in RebuildTypeTrait()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp1583 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr()
1613 TypeTrait Kind, in Create()
H A DStmtPrinter.cpp2093 static const char *getTypeTraitName(TypeTrait TT) { in getTypeTraitName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2996 static TypeTrait TypeTraitFromTokKind(tok::TokenKind kind) { in TypeTraitFromTokKind()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5272 ExprResult ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc,
5275 ExprResult BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc,