Home
last modified time | relevance | path

Searched refs:computeBestEnumTypes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1782 bool computeBestEnumTypes(bool IsPacked, unsigned NumNegativeBits,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8396 ast.computeBestEnumTypes(/*IsPacked=*/false, NumNegativeBits, in CompleteTagDeclarationDefinition()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5371 bool ASTContext::computeBestEnumTypes(bool IsPacked, unsigned NumNegativeBits, in computeBestEnumTypes() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20467 bool EnumTooLarge = Context.computeBestEnumTypes( in ActOnEnumBody()