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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp4037 AttributeDeclKind ExpectedDeclKind; local
4043 ExpectedDeclKind = ExpectedFunctionOrMethod;
4048 ExpectedDeclKind = ExpectedFunctionMethodOrParameter;
4052 << Attr.getRange() << Attr.getName() << ExpectedDeclKind;

Completed in 119 milliseconds