HomeSort by: relevance | last modified time | path
    Searched refs:isTypeAttr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp 190 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; }
SemaType.cpp 815 if (AL.isInvalid() || !AL.isTypeAttr())
8049 bool IsTypeAttr = attr.isTypeAttr();
8052 IsTypeAttr
8056 if (!IsTypeAttr)
SemaDeclAttr.cpp 7712 assert(AL.isTypeAttr() && "Non-type attribute not handled");
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 599 bool isTypeAttr() const;

Completed in 29 milliseconds