Searched refs:Bits1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp858 unsigned Bits1 = Field1->getBitWidthValue(Context.C1); local
861 if (Bits1 != Bits2) {
867 << Field1->getDeclName() << Field1->getType() << Bits1;
/external/clang/lib/Sema/
H A DSemaChecking.cpp5713 unsigned Bits1 = Field1->getBitWidthValue(C); local
5716 if (Bits1 != Bits2)

Completed in 63 milliseconds