Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h124 void addTrait(TraitProperty Property, StringRef RawString,
126 addTrait(getOpenMPContextTraitSetForProperty(Property), Property, RawString,
133 void addTrait(TraitSet Set, TraitProperty Property, StringRef RawString,
161 void addTrait(TraitProperty Property) { in addTrait() function
162 addTrait(getOpenMPContextTraitSetForProperty(Property), Property); in addTrait()
164 void addTrait(TraitSet Set, TraitProperty Property) { in addTrait() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2590 VMI.addTrait(CondVal->isZero() ? TraitProperty::user_condition_false in getAsVariantMatchInfo()
2594 VMI.addTrait(TraitProperty::user_condition_false, "<condition>"); in getAsVariantMatchInfo()
2604 VMI.addTrait(TraitProperty::user_condition_false, in getAsVariantMatchInfo()
2609 VMI.addTrait(Set.Kind, Property.Kind, Property.RawString, ScorePtr); in getAsVariantMatchInfo()
2761 addTrait(Property);