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

  /external/clang/include/clang/AST/
AttrIterator.h 126 inline bool hasSpecificAttr(const Container& container) {
DeclBase.h 458 return hasAttrs() && hasSpecificAttr<T>(getAttrs());
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 824 if (hasSpecificAttr<FallThroughAttr>(AS->getAttrs()))
    [all...]

Completed in 67 milliseconds