Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp208 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local
209 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
210 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()