Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5641 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, const TypeSourceInfo *Lhs,
5730 return EvaluateBinaryTypeTrait(S, Kind, Args[0], in EvaluateBooleanTypeTrait()
5970 static bool EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, const TypeSourceInfo *Lhs, in EvaluateBinaryTypeTrait() function