Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h743 bool hasAttrOperand() const { in hasAttrOperand() function
798 assert(hasAttrOperand()); in getAttrOperandParensRange()
802 assert(hasAttrOperand()); in setAttrOperandParensRange()
817 if (hasAttrOperand()) in getLocalSourceRange()
/external/clang/lib/Serialization/
DASTWriter.cpp622 if (TL.hasAttrOperand()) { in VisitAttributedTypeLoc()
DASTReader.cpp5857 if (TL.hasAttrOperand()) { in VisitAttributedTypeLoc()
/external/clang/lib/Sema/
DSemaType.cpp4816 if (TL.hasAttrOperand()) in fillAttributedTypeLoc()
DTreeTransform.h5763 if (TL.hasAttrOperand()) in TransformAttributedType()