Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp4273 AttributeDeclKind ExpectedDeclKind; in handleNSReturnsRetainedAttr() local
4279 ExpectedDeclKind = ExpectedFunctionOrMethod; in handleNSReturnsRetainedAttr()
4284 ExpectedDeclKind = ExpectedFunctionMethodOrParameter; in handleNSReturnsRetainedAttr()
4288 << Attr.getRange() << Attr.getName() << ExpectedDeclKind; in handleNSReturnsRetainedAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp5276 AttributeDeclKind ExpectedDeclKind; in handleXReturnsXRetainedAttr() local
5282 ExpectedDeclKind = ExpectedFunctionOrMethod; in handleXReturnsXRetainedAttr()
5289 ExpectedDeclKind = ExpectedFunctionMethodOrParameter; in handleXReturnsXRetainedAttr()
5293 << AL.getRange() << AL << ExpectedDeclKind; in handleXReturnsXRetainedAttr()