Home
last modified time | relevance | path

Searched refs:CommonA (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDecl.cpp2295 else if (const auto *CommonA = dyn_cast<CommonAttr>(Attr)) in mergeDeclAttribute() local
2296 NewAttr = S.mergeCommonAttr(D, CommonA->getRange(), in mergeDeclAttribute()
2297 &S.Context.Idents.get(CommonA->getSpelling()), in mergeDeclAttribute()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp2597 else if (const auto *CommonA = dyn_cast<CommonAttr>(Attr)) in mergeDeclAttribute() local
2598 NewAttr = S.mergeCommonAttr(D, *CommonA); in mergeDeclAttribute()