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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
AttrIterator.h 112 inline bool hasSpecificAttr(const Container& container) {
DeclBase.h 548 return hasAttrs() && hasSpecificAttr<T>(getAttrs());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 1196 if (hasSpecificAttr<FallThroughAttr>(AS->getAttrs()))
SemaChecking.cpp 10572 if (((Attrs && hasSpecificAttr<ReturnsNonNullAttr>(*Attrs)) ||

Completed in 27 milliseconds