Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h399 ParsedSourceLocation CodeCompletionAt;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp654 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
H A DCompilerInvocation.cpp2683 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()