Searched defs:CDA (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp2524 const CarriesDependencyAttr *CDA = newDecl->getAttr<CarriesDependencyAttr>(); local
2525 if (CDA && !oldDecl->hasAttr<CarriesDependencyAttr>()) {
2526 S.Diag(CDA->getLocation(),
3061 const CarriesDependencyAttr *CDA = New->getAttr<CarriesDependencyAttr>(); local
3062 if (CDA && !Old->hasAttr<CarriesDependencyAttr>()) {
3063 Diag(CDA->getLocation(),

Completed in 127 milliseconds