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

/external/clang/include/clang/AST/
H A DTypeLoc.h733 bool hasAttrExprOperand() const { function in class:clang::AttributedTypeLoc
744 return hasAttrExprOperand() || hasAttrEnumOperand();
773 assert(hasAttrExprOperand());
777 assert(hasAttrExprOperand());
824 if (hasAttrExprOperand()) {

Completed in 329 milliseconds