Searched refs:addTrait (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 129 void addTrait(TraitProperty Property, StringRef RawString, 131 addTrait(getOpenMPContextTraitSetForProperty(Property), Property, RawString, 138 void addTrait(TraitSet Set, TraitProperty Property, StringRef RawString, 169 void addTrait(TraitProperty Property) { in addTrait() function 170 addTrait(getOpenMPContextTraitSetForProperty(Property), Property); in addTrait() 172 void addTrait(TraitSet Set, TraitProperty Property) { in addTrait() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2784 VMI.addTrait(CondVal->isZero() ? TraitProperty::user_condition_false in getAsVariantMatchInfo() 2788 VMI.addTrait(TraitProperty::user_condition_false, "<condition>"); in getAsVariantMatchInfo() 2798 VMI.addTrait(TraitProperty::user_condition_false, in getAsVariantMatchInfo() 2803 VMI.addTrait(Set.Kind, Property.Kind, Property.RawString, ScorePtr); in getAsVariantMatchInfo() 2959 addTrait(Property);
|