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

References

tools/clang/lib/AST/ASTImporter.cpp
 3033       FoundByLookup = FoundFunction;
 3053           FoundByLookup = FoundFunction;
 3088   if (FoundByLookup) {
 3089     if (isa<CXXMethodDecl>(FoundByLookup)) {
 3097             assert(FoundByLookup->getDescribedFunctionTemplate() &&
 3100                                  FoundByLookup->getDescribedFunctionTemplate());
 3102           return Importer.MapImported(D, FoundByLookup);
 3227   if (FoundByLookup) {
 3229           FoundByLookup->getMostRecentDecl());