Home
last modified time | relevance | path

Searched refs:hasAttrExprOperand (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DTypeLoc.h660 bool hasAttrExprOperand() const { in hasAttrExprOperand() function
671 return hasAttrExprOperand() || hasAttrEnumOperand(); in hasAttrOperand()
696 assert(hasAttrExprOperand()); in getAttrExprOperand()
700 assert(hasAttrExprOperand()); in setAttrExprOperand()
747 if (hasAttrExprOperand()) { in initializeLocal()
/external/clang/lib/Sema/
DSemaType.cpp3180 if (TL.hasAttrExprOperand()) in fillAttributedTypeLoc()
DTreeTransform.h4892 if (TL.hasAttrExprOperand()) in TransformAttributedType()
/external/clang/lib/Serialization/
DASTWriter.cpp546 if (TL.hasAttrExprOperand()) { in VisitAttributedTypeLoc()
DASTReader.cpp4807 if (TL.hasAttrExprOperand()) { in VisitAttributedTypeLoc()