Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() function
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); in fromString()
121 Val = ParsedSourceLocation::FromString(ArgValue); in parse()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1696 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()