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

References

tools/clang/lib/Sema/SemaCast.cpp
 1939     AttrTokens.push_back(II->isKeyword(Self.getLangOpts())
 1945     AttrTokens.push_back(tok::kw___attribute);
 1946     AttrTokens.push_back(tok::l_paren);
 1947     AttrTokens.push_back(tok::l_paren);
 1949     AttrTokens.push_back(II->isKeyword(Self.getLangOpts())
 1952     AttrTokens.push_back(tok::r_paren);
 1953     AttrTokens.push_back(tok::r_paren);
 1955   StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens);