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

References

tools/clang/lib/Sema/SemaDecl.cpp
  856   assert(NextToken.isNot(tok::coloncolon) &&
  882   if (!SS.isSet() && CurMethod && !isResultTypeOrTemplate(Result, NextToken)) {
  902     if (!SS.isSet() && NextToken.is(tok::l_paren)) {
  924     if (getLangOpts().CPlusPlus2a && !SS.isSet() && NextToken.is(tok::less)) {
  954         if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
 1036     if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
 1061   if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
 1142     if (NextToken.is(tok::period)) {
 1161   bool NextIsOp = NextToken.isOneOf(tok::amp, tok::star);
 1162   if ((NextToken.is(tok::identifier) ||
 1183   bool ADL = UseArgumentDependentLookup(SS, Result, NextToken.is(tok::l_paren));