Home
last modified time | relevance | path

Searched refs:ParsedSourceLocation (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h25 struct ParsedSourceLocation { struct
33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() argument
34 ParsedSourceLocation PSL; in FromString()
95 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString()
115 class parser<clang::ParsedSourceLocation> final
116 : 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()
H A DFrontendOptions.h514 ParsedSourceLocation CodeCompletionAt;
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp710 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
H A DCompilerInvocation.cpp2968 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()