Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCommandLineSourceLoc.h25 struct ParsedSourceLocation { struct
33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() argument
34 ParsedSourceLocation PSL; in FromString()
62 class parser<clang::ParsedSourceLocation> final
63 : 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()
DFrontendOptions.h226 ParsedSourceLocation CodeCompletionAt;
/external/clang/lib/Frontend/
DCompilerInstance.cpp494 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
DCompilerInvocation.cpp1174 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()