Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp161 if (std::optional<llvm::StringRef> BestGuess = in getBestGuess() local
163 Flag = *BestGuess; in getBestGuess()
H A DMarshallers.h511 if (std::optional<std::string> BestGuess =
514 << i + 1 << Value.getString() << *BestGuess;
638 if (std::optional<std::string> BestGuess = \
642 << index + 1 << Args[index].Value.getString() << *BestGuess; \
848 if (std::optional<std::string> BestGuess =
852 << 2 << Args[1].Value.getString() << *BestGuess;