Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2581 assert(Selector.ScoreOrCondition && in getAsVariantMatchInfo()
2589 Selector.ScoreOrCondition->getIntegerConstantExpr(ASTCtx)) in getAsVariantMatchInfo()
2600 if (Selector.ScoreOrCondition) { in getAsVariantMatchInfo()
2601 if ((Score = Selector.ScoreOrCondition->getIntegerConstantExpr(ASTCtx))) in getAsVariantMatchInfo()
2650 if (Selector.ScoreOrCondition) in print()
2651 Selector.ScoreOrCondition->printPretty(OS, nullptr, Policy); in print()
2656 if (Selector.ScoreOrCondition) { in print()
2658 Selector.ScoreOrCondition->printPretty(OS, nullptr, Policy); in print()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1200 TISelector.ScoreOrCondition = Condition.get(); in parseOMPContextSelector()
1228 TISelector.ScoreOrCondition = Score.get(); in parseOMPContextSelector()
1610 Selector.ScoreOrCondition == ParentSelector.ScoreOrCondition) in parseOMPDeclareVariantMatchClause()
1615 } else if (Selector.ScoreOrCondition != in parseOMPDeclareVariantMatchClause()
1616 ParentSelector.ScoreOrCondition) { in parseOMPDeclareVariantMatchClause()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7892 writeBool(Selector.ScoreOrCondition); in writeOMPTraitInfo()
7893 if (Selector.ScoreOrCondition) in writeOMPTraitInfo()
7894 writeExprRef(Selector.ScoreOrCondition); in writeOMPTraitInfo()
H A DASTReader.cpp11894 Selector.ScoreOrCondition = nullptr; in readOMPTraitInfo()
11896 Selector.ScoreOrCondition = readExprRef(); in readOMPTraitInfo()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8911 Expr *ScoreOrCondition = nullptr; member
8942 return Cond(Selector.ScoreOrCondition, in anyScoreOrCondition()