HomeSort by relevance Sort by last modified time
    Searched refs:hasAttrExprOperand (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
TypeLoc.h 697 bool hasAttrExprOperand() const {
708 return hasAttrExprOperand() || hasAttrEnumOperand();
733 assert(hasAttrExprOperand());
737 assert(hasAttrExprOperand());
784 if (hasAttrExprOperand()) {
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 557 if (TL.hasAttrExprOperand()) {
    [all...]

Completed in 598 milliseconds