Searched refs:ParsedSourceLocation (Results 1 – 5 of 5) sorted by relevance
24 struct ParsedSourceLocation { struct32 static ParsedSourceLocation FromString(StringRef Str) { in FromString() argument33 ParsedSourceLocation PSL; in FromString()94 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString()114 class parser<clang::ParsedSourceLocation> final115 : public basic_parser<clang::ParsedSourceLocation> {118 clang::ParsedSourceLocation &Val);122 parser<clang::ParsedSourceLocation>::124 clang::ParsedSourceLocation &Val) { in parse()127 Val = ParsedSourceLocation::FromString(ArgValue); in parse()
442 ParsedSourceLocation CodeCompletionAt;
77 CodeCompleteAction(ParsedSourceLocation P, CompletionContext &ResultCtx) in CodeCompleteAction()88 ParsedSourceLocation CompletePosition;92 ParsedSourceLocation offsetToPosition(llvm::StringRef Code, size_t Offset) { in offsetToPosition()
711 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
2794 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()