Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp189 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local
190 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
191 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()