Searched refs:TypeTrait (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TypeTraits.h | 21 enum TypeTrait { enum 62 const char *getTraitName(TypeTrait T) LLVM_READONLY; 67 const char *getTraitSpelling(TypeTrait T) LLVM_READONLY;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | TypeTraits.cpp | 58 const char *clang::getTraitName(TypeTrait T) { in getTraitName() 73 const char *clang::getTraitSpelling(TypeTrait T) { in getTraitSpelling()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2677 TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, 2695 SourceLocation Loc, TypeTrait Kind, 2704 TypeTrait getTrait() const { in getTrait() 2705 return static_cast<TypeTrait>(TypeTraitExprBits.Kind); in getTrait()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1668 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() 1691 TypeTrait Kind, in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 4608 static bool CheckUnaryTypeTraitTypeCompleteness(Sema &S, TypeTrait UTT, in CheckUnaryTypeTraitTypeCompleteness() 4760 static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT, in EvaluateUnaryTypeTrait() 5161 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, QualType LhsT, 5164 static bool evaluateTypeTrait(Sema &S, TypeTrait Kind, SourceLocation KWLoc, in evaluateTypeTrait() 5283 ExprResult Sema::BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in BuildTypeTrait() 5308 ExprResult Sema::ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, in ActOnTypeTrait() 5326 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, QualType LhsT, in EvaluateBinaryTypeTrait()
|
| H A D | TreeTransform.h | 3124 ExprResult RebuildTypeTrait(TypeTrait Trait, in RebuildTypeTrait()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 3644 static TypeTrait TypeTraitFromTokKind(tok::TokenKind kind) { in TypeTraitFromTokKind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 6287 ExprResult ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc, 6290 ExprResult BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc,
|