Searched refs:ParsedSourceLocation (Results 1 – 4 of 4) sorted by relevance
25 struct ParsedSourceLocation { struct33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() argument34 ParsedSourceLocation PSL; in FromString()95 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString()115 class parser<clang::ParsedSourceLocation> final116 : public basic_parser<clang::ParsedSourceLocation> {119 clang::ParsedSourceLocation &Val);123 parser<clang::ParsedSourceLocation>::125 clang::ParsedSourceLocation &Val) { in parse()128 Val = ParsedSourceLocation::FromString(ArgValue); in parse()
514 ParsedSourceLocation CodeCompletionAt;
710 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
2968 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()