reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 2940   static unsigned getNumAddressingBits(const ASTContext &Context,

References

tools/clang/lib/AST/ExprConstant.cpp
 8543     if (ConstantArrayType::getNumAddressingBits(Info.Ctx, AllocType,
tools/clang/lib/Sema/SemaDecl.cpp
 5788     = ConstantArrayType::getNumAddressingBits(Context, VLATy->getElementType(),
tools/clang/lib/Sema/SemaExprCXX.cpp
 2015             ConstantArrayType::getNumAddressingBits(Context, AllocType, Value);
tools/clang/lib/Sema/SemaType.cpp
 2285         = ConstantArrayType::getNumAddressingBits(Context, T, ConstVal);