Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1425 OMPTraitInfo *ParentTI = in ParseOMPDeclareVariantClauses() local
1454 IsError = parseOMPDeclareVariantMatchClause(Loc, TI, ParentTI); in ParseOMPDeclareVariantClauses()
1554 OMPTraitInfo *ParentTI) { in parseOMPDeclareVariantMatchClause() argument
1577 if (!ParentTI) in parseOMPDeclareVariantMatchClause()
1585 for (const OMPTraitSet &ParentSet : ParentTI->Sets) { in parseOMPDeclareVariantMatchClause()
2227 OMPTraitInfo *ParentTI = in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2231 if (parseOMPDeclareVariantMatchClause(Loc, TI, ParentTI)) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3434 OMPTraitInfo *ParentTI);