Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTypeTraits.h94 enum TypeTrait { enum
/external/clang/include/clang/AST/
DExprCXX.h2261 TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind,
2281 TypeTrait Kind,
2289 TypeTrait getTrait() const { in getTrait()
2290 return static_cast<TypeTrait>(TypeTraitExprBits.Kind); in getTrait()
/external/clang/lib/AST/
DExprCXX.cpp1385 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr()
1416 TypeTrait Kind, in Create()
DStmtPrinter.cpp1717 static const char *getTypeTraitName(TypeTrait TT) { in getTypeTraitName()
/external/clang/lib/Parse/
DParseExprCXX.cpp2684 static TypeTrait TypeTraitFromTokKind(tok::TokenKind kind) { in TypeTraitFromTokKind()
2784 TypeTrait Kind = TypeTraitFromTokKind(Tok.getKind()); in ParseTypeTrait()
/external/clang/lib/Sema/
DSemaExprCXX.cpp3491 static bool evaluateTypeTrait(Sema &S, TypeTrait Kind, SourceLocation KWLoc, in evaluateTypeTrait()
3577 ExprResult Sema::BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in BuildTypeTrait()
3596 ExprResult Sema::ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in ActOnTypeTrait()
DTreeTransform.h2134 ExprResult RebuildTypeTrait(TypeTrait Trait, in RebuildTypeTrait()
/external/clang/include/clang/Sema/
DSema.h4135 ExprResult ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc,
4138 ExprResult BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc,