Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3803 bool HasConds = !epi.FunctionEffects.Conditions.empty(); in Profile() local
3805 ID.AddInteger((EffectCount << 3) | (HasConds << 2) | in Profile()
3810 if (HasConds) in Profile()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4829 bool HasConds = !Outer->Conditions.empty();
4831 HasConds ? Outer->Conditions[Idx]