Home | History | Annotate | Download | only in Sema

Lines Matching refs:getKind

965   switch (AL.getKind()) {
3010 switch (Attr.getKind()) {
3065 !(attr.getKind() == AttributeList::AT_pcs && attr.getNumArgs() == 1)) ||
3074 switch (attr.getKind()) {
3231 if (Attr.getKind() == AttributeList::AT_ns_consumed) {
3272 (Attr.getKind() == AttributeList::AT_ns_returns_retained))
3285 switch (Attr.getKind()) {
3307 switch (Attr.getKind()) {
3370 bool IsAudited = (A.getKind() == AttributeList::AT_cf_audited_transfer);
3482 switch (Attr.getKind()) {
3561 switch (Attr.getKind()) {
3572 switch (Attr.getKind()) {
3843 if (l->getKind() == AttributeList::AT_annotate) {
3860 if (A->getKind() == AttributeList::IgnoredAttribute) continue;
3862 if (A->getKind() == AttributeList::UnknownAttribute) {