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 660 bool hasAttrExprOperand() const {
671 return hasAttrExprOperand() || hasAttrEnumOperand();
696 assert(hasAttrExprOperand());
700 assert(hasAttrExprOperand());
747 if (hasAttrExprOperand()) {
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 546 if (TL.hasAttrExprOperand()) {
    [all...]

Completed in 477 milliseconds