Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() function
95 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString()
128 Val = ParsedSourceLocation::FromString(ArgValue); in parse()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2811 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()