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

References

tools/clang/lib/Lex/PPDirectives.cpp
 2558         if (VAOCtx.isVAOptToken(Tok)) {
 2560           if (VAOCtx.isInVAOpt()) {
 2571           VAOCtx.sawVAOptFollowedByOpeningParens(Tok.getLocation());
 2578         } else if (VAOCtx.isInVAOpt()) {
 2580             if (VAOCtx.sawClosingParen()) {
 2590             VAOCtx.sawOpeningParen(Tok.getLocation());
 2638       if (!VAOCtx.isVAOptToken(Tok) &&
 2663       if (!VAOCtx.isVAOptToken(Tok)) {
 2671     if (VAOCtx.isInVAOpt()) {
 2675       Diag(VAOCtx.getUnmatchedOpeningParenLoc(), diag::note_matching) << tok::l_paren;