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

/external/clang/include/clang/AST/
H A DTypeLoc.h643 bool hasAttrExprOperand() const { function in class:clang::AttributedTypeLoc
654 return hasAttrExprOperand() || hasAttrEnumOperand();
679 assert(hasAttrExprOperand());
683 assert(hasAttrExprOperand());
730 if (hasAttrExprOperand()) {

Completed in 111 milliseconds