Home
last modified time | relevance | path

Searched refs:isUnscopedEnumerationType (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/AST/
DType.cpp1936 return isUnscopedEnumerationType(); in isIntegralOrUnscopedEnumerationType()
1939 bool Type::isUnscopedEnumerationType() const { in isUnscopedEnumerationType() function in Type
/external/llvm-project/clang/include/clang/AST/
DType.h1981 bool isUnscopedEnumerationType() const;
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1440 bool LEnum = L->isUnscopedEnumerationType(), in checkEnumArithmeticConversions()
1441 REnum = R->isUnscopedEnumerationType(); in checkEnumArithmeticConversions()