OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecoveryPath
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h
70
/// \param
RecoveryPath
If this client indicates that it can recover from
75
/// by adding \p
RecoveryPath
as a header search path.
77
SmallVectorImpl<char> &
RecoveryPath
) {
400
SmallVectorImpl<char> &
RecoveryPath
) override {
401
return First->FileNotFound(FileName,
RecoveryPath
) ||
402
Second->FileNotFound(FileName,
RecoveryPath
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Error.h
943
/// If handleErrors is able to handle the error then the
RecoveryPath
functor
964
Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&
RecoveryPath
,
973
return
RecoveryPath
();
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp
1766
SmallString<128>
RecoveryPath
;
1767
if (Callbacks->FileNotFound(Filename,
RecoveryPath
)) {
1768
if (auto DE = FileMgr.getOptionalDirectoryRef(
RecoveryPath
)) {
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026