Home | History | Annotate | Download | only in AST

Lines Matching refs:Known

72   /// MaxEmptyClassOffset - The highest offset known to contain an empty
230 // We don't have to keep looking past the maximum offset that's known to
340 // We don't have to keep looking past the maximum offset that's known to
396 // We don't have to keep looking past the maximum offset that's known to
420 // We don't have to keep looking past the maximum offset that's known to
1517 llvm::DenseMap<const CXXRecordDecl *, CharUnits>::iterator Known;
1519 Known = ExternalVirtualBaseOffsets.find(Base->Class);
1520 if (Known != ExternalVirtualBaseOffsets.end()) {
1521 Offset = Known->second;
1525 Known = ExternalBaseOffsets.find(Base->Class);
1526 if (Known != ExternalBaseOffsets.end()) {
1527 Offset = Known->second;