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

/external/clang/include/clang/AST/
H A DTypeLoc.h700 bool hasAttrExprOperand() const { function in class:clang::AttributedTypeLoc
711 return hasAttrExprOperand() || hasAttrEnumOperand();
736 assert(hasAttrExprOperand());
740 assert(hasAttrExprOperand());
787 if (hasAttrExprOperand()) {

Completed in 1097 milliseconds