Home
last modified time | relevance | path

Searched refs:DeclIdent (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1348 IdentifierInfo *DeclIdent = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4305 D.DeclIdent = II; in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp23553 assert(D.DeclIdent && "Identifier expected."); in ActOnOMPIteratorExpr()
23558 D.DeclIdent, DeclTy, TInfo, SC_None); in ActOnOMPIteratorExpr()
H A DTreeTransform.h12232 Data[I].DeclIdent = D->getIdentifier(); in TransformOMPIteratorExpr()