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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp 200 bool ParsedAttr::isSupportedByPragmaAttribute() const {
201 return getInfo().IsSupportedByPragmaAttribute;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 63 unsigned IsSupportedByPragmaAttribute : 1;
75 IsSupportedByPragmaAttribute(0) {}
622 bool isSupportedByPragmaAttribute() const;

Completed in 50 milliseconds