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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1936 return isUnscopedEnumerationType();
1939 bool Type::isUnscopedEnumerationType() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1988 bool isUnscopedEnumerationType() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 1437 bool LEnum = L->isUnscopedEnumerationType(),
1438 REnum = R->isUnscopedEnumerationType();

Completed in 32 milliseconds