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

References

tools/clang/lib/Parse/ParseOpenMP.cpp
 1093   SourceLocation Loc = Tok.getLocation();
 1102       Kind, Tok.isAnnotation() ? "" : P.getPreprocessor().getSpelling(Tok));
 1102       Kind, Tok.isAnnotation() ? "" : P.getPreprocessor().getSpelling(Tok));
 1103   SourceLocation TypeLoc = Tok.getLocation();
 1104   if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) &&
 1104   if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) &&
 1105       Tok.isNot(tok::annot_pragma_openmp_end))
 1109   SourceLocation RLoc = Tok.getLocation();