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

References

tools/clang/lib/Parse/ParseOpenMP.cpp
 2282     KLoc.resize(NumberOfElements);
 2291       KLoc[Modifier1] = Tok.getLocation();
 2303         KLoc[Modifier2] = Tok.getLocation();
 2317     KLoc[ScheduleKind] = Tok.getLocation();
 2329     KLoc.push_back(Tok.getLocation());
 2339     KLoc.push_back(Tok.getLocation());
 2351     KLoc.push_back(Tok.getLocation());
 2357     KLoc.push_back(Tok.getLocation());
 2396       Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc);