Lines Matching refs:LocatedSymbol
229 llvm::Optional<LocatedSymbol> locateFileReferent(const Position &Pos, in locateFileReferent()
234 LocatedSymbol File; in locateFileReferent()
248 llvm::Optional<LocatedSymbol>
254 LocatedSymbol Macro; in locateMacroReferent()
299 std::vector<LocatedSymbol>
305 std::vector<LocatedSymbol> Result; in locateASTReferent()
451 std::vector<LocatedSymbol>
483 using ScoredLocatedSymbol = std::pair<float, LocatedSymbol>; in locateSymbolTextually()
504 LocatedSymbol Located; in locateSymbolTextually()
549 std::vector<LocatedSymbol> Results; in locateSymbolTextually()
650 std::vector<LocatedSymbol> locateSymbolAt(ParsedAST &AST, Position Pos, in locateSymbolAt()
1128 std::vector<LocatedSymbol> findImplementations(ParsedAST &AST, Position Pos, in findImplementations()
1148 std::vector<LocatedSymbol> Results; in findImplementations()
1167 LocatedSymbol Loc; in findImplementations()
1336 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const LocatedSymbol &S) { in operator <<()