Searched refs:BinaryTypeTrait (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTypeTraits.h72 enum BinaryTypeTrait { enum in namespace:clang
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2737 static BinaryTypeTrait BinaryTypeTraitFromTokKind(tok::TokenKind kind) {
2809 BinaryTypeTrait BTT = BinaryTypeTraitFromTokKind(Tok.getKind());
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h2179 /// \brief The trait. A BinaryTypeTrait enum in MSVC compatible unsigned.
2198 BinaryTypeTraitExpr(SourceLocation loc, BinaryTypeTrait btt,
2219 BinaryTypeTrait getTrait() const {
2220 return static_cast<BinaryTypeTrait>(BTT);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3571 ExprResult Sema::ActOnBinaryTypeTrait(BinaryTypeTrait BTT,
3731 static bool EvaluateBinaryTypeTrait(Sema &Self, BinaryTypeTrait BTT,
3894 ExprResult Sema::BuildBinaryTypeTrait(BinaryTypeTrait BTT,
H A DTreeTransform.h2153 ExprResult RebuildBinaryTypeTrait(BinaryTypeTrait Trait,
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4225 ExprResult ActOnBinaryTypeTrait(BinaryTypeTrait OTT,
4231 ExprResult BuildBinaryTypeTrait(BinaryTypeTrait BTT,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1499 E->BTT = (BinaryTypeTrait)Record[Idx++];

Completed in 321 milliseconds