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 700 bool hasAttrExprOperand() const {
711 return hasAttrExprOperand() || hasAttrEnumOperand();
736 assert(hasAttrExprOperand());
740 assert(hasAttrExprOperand());
787 if (hasAttrExprOperand()) {
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 586 if (TL.hasAttrExprOperand()) {
    [all...]
ASTReader.cpp     [all...]

Completed in 63 milliseconds