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

References

tools/clang/lib/Parse/ParseTentative.cpp
 1324     if (!getLangOpts().ObjC && Next.is(tok::identifier))
 1327     if (Next.isNot(tok::coloncolon) && Next.isNot(tok::less)) {
 1327     if (Next.isNot(tok::coloncolon) && Next.isNot(tok::less)) {
 1332       TentativeParseCCC CCC(Next);