Home
last modified time | relevance | path

Searched refs:FromString (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h32 static ParsedSourceLocation FromString(StringRef Str) { in FromString() function
94 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString()
127 Val = ParsedSourceLocation::FromString(ArgValue); in parse()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2683 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()