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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h670 bool hasAttrOperand() const { function in class:clang::AttributedTypeLoc
721 assert(hasAttrOperand());
725 assert(hasAttrOperand());
740 if (hasAttrOperand())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3327 if (TL.hasAttrOperand())
H A DTreeTransform.h4932 if (TL.hasAttrOperand())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5054 if (TL.hasAttrOperand()) {
H A DASTWriter.cpp544 if (TL.hasAttrOperand()) {

Completed in 254 milliseconds