Searched defs:getAttrKind (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h639 AttributedType::Kind getAttrKind() const { function in class:clang::AttributedTypeLoc
640 return getTypePtr()->getAttrKind();
644 return (getAttrKind() >= AttributedType::FirstExprOperandKind &&
645 getAttrKind() <= AttributedType::LastExprOperandKind);
649 return (getAttrKind() >= AttributedType::FirstEnumOperandKind &&
650 getAttrKind() <= AttributedType::LastEnumOperandKind);
H A DType.h3321 Kind getAttrKind() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3332 Profile(ID, getAttrKind(), ModifiedType, EquivalentType);

Completed in 286 milliseconds