Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2775 assert(Selector.ScoreOrCondition && in getAsVariantMatchInfo()
2783 Selector.ScoreOrCondition->getIntegerConstantExpr(ASTCtx)) in getAsVariantMatchInfo()
2794 if (Selector.ScoreOrCondition) { in getAsVariantMatchInfo()
2795 if ((Score = Selector.ScoreOrCondition->getIntegerConstantExpr(ASTCtx))) in getAsVariantMatchInfo()
2844 if (Selector.ScoreOrCondition) in print()
2845 Selector.ScoreOrCondition->printPretty(OS, nullptr, Policy); in print()
2850 if (Selector.ScoreOrCondition) { in print()
2852 Selector.ScoreOrCondition->printPretty(OS, nullptr, Policy); in print()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1147 TISelector.ScoreOrCondition = Condition.get(); in parseOMPContextSelector()
1175 TISelector.ScoreOrCondition = Score.get(); in parseOMPContextSelector()
1563 Selector.ScoreOrCondition == ParentSelector.ScoreOrCondition) in parseOMPDeclareVariantMatchClause()
1568 } else if (Selector.ScoreOrCondition != in parseOMPDeclareVariantMatchClause()
1569 ParentSelector.ScoreOrCondition) { in parseOMPDeclareVariantMatchClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8617 writeBool(Selector.ScoreOrCondition); in writeOMPTraitInfo()
8618 if (Selector.ScoreOrCondition) in writeOMPTraitInfo()
8619 writeExprRef(Selector.ScoreOrCondition); in writeOMPTraitInfo()
H A DASTReader.cpp12625 Selector.ScoreOrCondition = nullptr; in readOMPTraitInfo()
12627 Selector.ScoreOrCondition = readExprRef(); in readOMPTraitInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h9496 Expr *ScoreOrCondition = nullptr; member
9528 return Cond(Selector.ScoreOrCondition, in anyScoreOrCondition()