Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPSIntTest.cpp145 TEST(APSIntTest, FromString) { in TEST() argument
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2794 ParsedSourceLocation::FromString(A->getValue()); in ParseFrontendArgs()