Searched refs:fdparent (Results 1 – 5 of 5) sorted by relevance
2092 FuncDeclaration *fdparent = NULL; in get_frame_for_symbol() local2105 fdparent = fd->toParent2 ()->isFuncDeclaration (); in get_frame_for_symbol()2110 && fdparent != thisfd) in get_frame_for_symbol()2112 fdoverride = fdparent; in get_frame_for_symbol()2113 fdparent = thisfd; in get_frame_for_symbol()2123 fdparent = (FuncDeclaration *) sym; in get_frame_for_symbol()2127 if (fdparent == NULL) in get_frame_for_symbol()2137 if (thisfd != fdparent) in get_frame_for_symbol()2144 fdparent->toPrettyChars (), thisfd->toPrettyChars ()); in get_frame_for_symbol()2160 if (fdparent == parent) in get_frame_for_symbol()[all …]
2395 FuncDeclaration *fdparent = NULL; in get_frame_for_symbol() local2408 fdparent = fd->toParent2 ()->isFuncDeclaration (); in get_frame_for_symbol()2413 && fdparent != thisfd) in get_frame_for_symbol()2415 fdoverride = fdparent; in get_frame_for_symbol()2416 fdparent = thisfd; in get_frame_for_symbol()2426 fdparent = (FuncDeclaration *) sym; in get_frame_for_symbol()2430 if (fdparent == NULL) in get_frame_for_symbol()2440 if (thisfd != fdparent) in get_frame_for_symbol()2447 fdparent->toPrettyChars (), thisfd->toPrettyChars ()); in get_frame_for_symbol()2463 if (fdparent == parent) in get_frame_for_symbol()[all …]
303 (get_frame_for_symbol): Use fdparent name in error message.
3658 Dsymbol *fdparent; in getLevel() local3661 fdparent = fd->toParent2(); in getLevel()3662 if (fdparent == this) in getLevel()3666 while (fd != s && fdparent != s->toParent2()) in getLevel()
1111 Dsymbol fdparent = fd.toParent2(); in getLevel() local1112 if (fdparent == this) in getLevel()1117 while (fd != s && fdparent != s.toParent2()) in getLevel()