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

References

tools/clang/lib/AST/Type.cpp
 3299   RecordTypeList.push_back(this);
 3302   while (RecordTypeList.size() > NextToCheckIndex) {
 3304          RecordTypeList[NextToCheckIndex]->getDecl()->fields()) {
 3310         if (llvm::find(RecordTypeList, FieldRecTy) == RecordTypeList.end())
 3310         if (llvm::find(RecordTypeList, FieldRecTy) == RecordTypeList.end())
 3311           RecordTypeList.push_back(FieldRecTy);