Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp2272 VMI.addTrait(CondVal->isNullValue() in getAsVariantMatchInfo()
2277 VMI.addTrait(TraitProperty::user_condition_false, "<condition>"); in getAsVariantMatchInfo()
2287 VMI.addTrait(TraitProperty::user_condition_false, in getAsVariantMatchInfo()
2292 VMI.addTrait(Set.Kind, Property.Kind, Property.RawString, ScorePtr); in getAsVariantMatchInfo()