Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h700 bool hasAttrExprOperand() const { in hasAttrExprOperand() function
711 return hasAttrExprOperand() || hasAttrEnumOperand(); in hasAttrOperand()
736 assert(hasAttrExprOperand()); in getAttrExprOperand()
740 assert(hasAttrExprOperand()); in setAttrExprOperand()
787 if (hasAttrExprOperand()) { in initializeLocal()
/external/clang/lib/Sema/
DSemaType.cpp3505 if (TL.hasAttrExprOperand()) { in fillAttributedTypeLoc()
DTreeTransform.h5403 if (TL.hasAttrExprOperand()) in TransformAttributedType()
/external/clang/lib/Serialization/
DASTWriter.cpp586 if (TL.hasAttrExprOperand()) { in VisitAttributedTypeLoc()
DASTReader.cpp5870 if (TL.hasAttrExprOperand()) { in VisitAttributedTypeLoc()