Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h24 struct ParsedSourceLocation { struct
32 static ParsedSourceLocation FromString(StringRef Str) { in FromString() argument
33 ParsedSourceLocation PSL; in FromString()
94 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString()
114 class parser<clang::ParsedSourceLocation> final
115 : 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()
H A DFrontendOptions.h442 ParsedSourceLocation CodeCompletionAt;
/llvm-project-15.0.7/clang/unittests/Sema/
H A DCodeCompleteTest.cpp77 CodeCompleteAction(ParsedSourceLocation P, CompletionContext &ResultCtx) in CodeCompleteAction()
88 ParsedSourceLocation CompletePosition;
92 ParsedSourceLocation offsetToPosition(llvm::StringRef Code, size_t Offset) { in offsetToPosition()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp711 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
H A DCompilerInvocation.cpp2794 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()