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 643 bool hasAttrExprOperand() const {
654 return hasAttrExprOperand() || hasAttrEnumOperand();
679 assert(hasAttrExprOperand());
683 assert(hasAttrExprOperand());
730 if (hasAttrExprOperand()) {
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 536 if (TL.hasAttrExprOperand()) {
    [all...]
ASTReader.cpp     [all...]

Completed in 35 milliseconds