Searched refs:TypeTrait (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | TypeTraits.h | 95 enum TypeTrait { enum
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ExprCXX.h | 2257 TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, 2277 SourceLocation Loc, TypeTrait Kind, 2286 TypeTrait getTrait() const { in getTrait() 2287 return static_cast<TypeTrait>(TypeTraitExprBits.Kind); in getTrait()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ExprCXX.cpp | 1456 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() 1487 TypeTrait Kind, in Create()
|
| D | StmtPrinter.cpp | 1745 static const char *getTypeTraitName(TypeTrait TT) { in getTypeTraitName()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseExprCXX.cpp | 2749 static TypeTrait TypeTraitFromTokKind(tok::TokenKind kind) { in TypeTraitFromTokKind() 2849 TypeTrait Kind = TypeTraitFromTokKind(Tok.getKind()); in ParseTypeTrait()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaExprCXX.cpp | 3608 static bool evaluateTypeTrait(Sema &S, TypeTrait Kind, SourceLocation KWLoc, in evaluateTypeTrait() 3694 ExprResult Sema::BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in BuildTypeTrait() 3713 ExprResult Sema::ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in ActOnTypeTrait()
|
| D | TreeTransform.h | 2165 ExprResult RebuildTypeTrait(TypeTrait Trait, in RebuildTypeTrait()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 4238 ExprResult ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, 4241 ExprResult BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc,
|