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

  /external/clang/lib/Sema/
AttributeList.cpp 150 unsigned HasCustomParsing : 1;
178 bool AttributeList::hasCustomParsing() const {
179 return getInfo(*this).HasCustomParsing;
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 455 bool hasCustomParsing() const;

Completed in 668 milliseconds