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()62 class parser<clang::ParsedSourceLocation> final63 : public basic_parser<clang::ParsedSourceLocation> {66 clang::ParsedSourceLocation &Val);70 parser<clang::ParsedSourceLocation>::72 clang::ParsedSourceLocation &Val) { in parse()75 Val = ParsedSourceLocation::FromString(ArgValue); in parse()
226 ParsedSourceLocation CodeCompletionAt;
494 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
1174 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()