Home
last modified time | relevance | path

Searched refs:ConstantArrayTypesLog2InitSize (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h453 static constexpr unsigned ConstantArrayTypesLog2InitSize = 8; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp949 : ConstantArrayTypes(this_(), ConstantArrayTypesLog2InitSize), in ASTContext()