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

References

tools/clang/lib/Sema/SemaCUDA.cpp
   63   for (const ParsedAttr &AL : Attrs) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7208   for (const ParsedAttr &AL : AttrList)
 7216     Diag(AttrList.begin()->getLoc(), diag::err_attribute_weakref_without_alias)
 7278   for (const ParsedAttr &AL : AttrList)
 7289   for (const ParsedAttr &AL : AttrList) {
 7303   for (const ParsedAttr &AL : A) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 8373   for (const ParsedAttr &AL : AttrList) {
tools/clang/lib/Sema/SemaStmtAttr.cpp
  351   for (const ParsedAttr &AL : AttrList) {
tools/clang/lib/Sema/SemaTemplate.cpp
 8996     for (const ParsedAttr &AL : Attr) {
 9020     for (const ParsedAttr &AL : Attr) {
 9059     for (const ParsedAttr &AL : Attr) {
tools/clang/lib/Sema/SemaType.cpp
 1248   for (const ParsedAttr &AL : Attrs)
 3449   for (const ParsedAttr &AL : AttrList) {
 3512     for (const ParsedAttr &AL : D.getDeclSpec().getAttributes()) {
 3565   for (const ParsedAttr &AL : attrs) {
 4720           for (const ParsedAttr &AL : D.getDeclSpec().getAttributes()) {
 5748   for (const ParsedAttr &AL : Attrs) {
usr/include/c++/7.4.0/bits/range_access.h
   48     begin(_Container& __cont) -> decltype(__cont.begin())
   58     begin(const _Container& __cont) -> decltype(__cont.begin())
   59     { return __cont.begin(); }