Searched refs:TypeTrait (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Basic/ |
D | TypeTraits.h | 94 enum TypeTrait { enum
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2261 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/ |
D | ExprCXX.cpp | 1385 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() 1416 TypeTrait Kind, in Create()
|
D | StmtPrinter.cpp | 1717 static const char *getTypeTraitName(TypeTrait TT) { in getTypeTraitName()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 2684 static TypeTrait TypeTraitFromTokKind(tok::TokenKind kind) { in TypeTraitFromTokKind() 2784 TypeTrait Kind = TypeTraitFromTokKind(Tok.getKind()); in ParseTypeTrait()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3491 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()
|
D | TreeTransform.h | 2134 ExprResult RebuildTypeTrait(TypeTrait Trait, in RebuildTypeTrait()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4135 ExprResult ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, 4138 ExprResult BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc,
|