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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4030 AttributeDeclKind ExpectedDeclKind; local
4036 ExpectedDeclKind = ExpectedFunctionOrMethod;
4041 ExpectedDeclKind = ExpectedFunctionMethodOrParameter;
4045 << Attr.getRange() << Attr.getName() << ExpectedDeclKind;

Completed in 97 milliseconds