Lines Matching refs:prefix_path
466 &prefix_path, // Anything that has been resolved already will be in here
473 &prefix_path, // Anything that has been resolved already will be in here in PrivateAutoCompleteMembers() argument
485 prefix_path, in PrivateAutoCompleteMembers()
498 prefix_path, in PrivateAutoCompleteMembers()
518 prefix_path + member_name, // Anything that has been resolved in PrivateAutoCompleteMembers()
522 request.AddCompletion((prefix_path + member_name).str()); in PrivateAutoCompleteMembers()
532 &prefix_path, // Anything that has been resolved already will be in here in PrivateAutoComplete() argument
554 request.AddCompletion(prefix_path.str()); in PrivateAutoComplete()
560 if (prefix_path.str().back() != '.') in PrivateAutoComplete()
561 request.AddCompletion((prefix_path + ".").str()); in PrivateAutoComplete()
571 request.AddCompletion((prefix_path + "->").str()); in PrivateAutoComplete()
573 request.AddCompletion(prefix_path.str()); in PrivateAutoComplete()
593 if (prefix_path.str().empty()) { in PrivateAutoComplete()
600 if (prefix_path.isTriviallyEmpty()) { in PrivateAutoComplete()
608 !prefix_path.str().empty()) { in PrivateAutoComplete()
615 prefix_path + "->", in PrivateAutoComplete()
620 frame, std::string(), std::string(), prefix_path + "->", in PrivateAutoComplete()
639 prefix_path + ".", compiler_type, request); in PrivateAutoComplete()
644 prefix_path + ".", compiler_type, in PrivateAutoComplete()
671 prefix_path, compiler_type, request); in PrivateAutoComplete()
696 prefix_path + token, // Anything that has been resolved in PrivateAutoComplete()
700 request.AddCompletion((prefix_path + variable_name).str()); in PrivateAutoComplete()
703 request.AddCompletion((prefix_path + variable_name).str()); in PrivateAutoComplete()