Home | History | Annotate | Download | only in AST

Lines Matching refs:Known

71   /// 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
342 // We don't have to keep looking past the maximum offset that's known to
399 // We don't have to keep looking past the maximum offset that's known to
423 // We don't have to keep looking past the maximum offset that's known to
1329 llvm::DenseMap<const CXXRecordDecl *, CharUnits>::iterator Known;
1331 Known = ExternalVirtualBaseOffsets.find(Base->Class);
1332 if (Known != ExternalVirtualBaseOffsets.end()) {
1333 Offset = Known->second;
1337 Known = ExternalBaseOffsets.find(Base->Class);
1338 if (Known != ExternalBaseOffsets.end()) {
1339 Offset = Known->second;