Home
last modified time | relevance | path

Searched defs:canFit (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp49 virtual bool canFit(int FieldSize) const { in canFit() function in __anon49e3dfbb0111::Bucket
62 bool canFit(int FieldSize) const override { return true; } in canFit() function