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

/external/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h25 struct ParsedSourceLocation { struct in namespace:clang
33 static ParsedSourceLocation FromString(StringRef Str) {
34 ParsedSourceLocation PSL;
62 class parser<clang::ParsedSourceLocation>
63 : public basic_parser<clang::ParsedSourceLocation> {
66 clang::ParsedSourceLocation &Val);
70 parser<clang::ParsedSourceLocation>::
72 clang::ParsedSourceLocation &Val) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
H A DFrontendOptions.h179 ParsedSourceLocation CodeCompletionAt;
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp373 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt;
H A DCompilerInvocation.cpp691 ParsedSourceLocation::FromString(A->getValue());

Completed in 131 milliseconds