Searched refs:ParsedSourceLocation (Results 1 – 4 of 4) 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()
399 ParsedSourceLocation CodeCompletionAt;
654 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
2683 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()