reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseOpenMP.cpp
  608   ParseDeclarator(DeclaratorInfo);
  609   Range = DeclaratorInfo.getSourceRange();
  610   if (DeclaratorInfo.getIdentifier() == nullptr) {
  614   Name = Actions.GetNameForDeclarator(DeclaratorInfo).getName();
  616   return Actions.ActOnOpenMPDeclareMapperVarDecl(getCurScope(), DeclaratorInfo);