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

References

tools/clang/lib/Serialization/ASTReader.cpp
11093         for (unsigned I = 0; I < FirstNumParameters; ++I) {
11093         for (unsigned I = 0; I < FirstNumParameters; ++I) {
11094           const ParmVarDecl *FirstParam = FirstMethod->getParamDecl(I);
11095           const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I);
11106                   << FirstMethodType << FirstName << (I + 1) << FirstParamType
11111                   << FirstMethodType << FirstName << (I + 1) << FirstParamType
11119                   << SecondMethodType << SecondName << (I + 1)
11125                   << SecondMethodType << SecondName << (I + 1)
11137                 << FirstMethodType << FirstName << (I + 1) << FirstParamName;
11140                 << SecondMethodType << SecondName << (I + 1) << SecondParamName;
11151                 << FirstMethodType << FirstName << (I + 1)
11157                 << SecondMethodType << SecondName << (I + 1)
11169                 << FirstMethodType << FirstName << (I + 1)
11174                 << SecondMethodType << SecondName << (I + 1)