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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h660 bool hasAttrExprOperand() const { function in class:clang::AttributedTypeLoc
671 return hasAttrExprOperand() || hasAttrEnumOperand();
696 assert(hasAttrExprOperand());
700 assert(hasAttrExprOperand());
747 if (hasAttrExprOperand()) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3321 if (TL.hasAttrExprOperand())
H A DTreeTransform.h4934 if (TL.hasAttrExprOperand())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5060 if (TL.hasAttrExprOperand()) {
H A DASTWriter.cpp549 if (TL.hasAttrExprOperand()) {

Completed in 230 milliseconds