Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DType.cpp612 bool Type::isScopedEnumeralType() const { in isScopedEnumeralType() function in Type
/external/llvm-project/clang/include/clang/AST/
DType.h1966 bool isScopedEnumeralType() const;
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp12326 else if (Init->getType()->isScopedEnumeralType() && in AddInitializerToDecl()