Searched refs:FileNotFound (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h78 virtual bool FileNotFound(StringRef FileName, function in class:clang::PPCallbacks
346 virtual bool FileNotFound(StringRef FileName, function in class:clang::PPChainedCallbacks
348 return First->FileNotFound(FileName, RecoveryPath) ||
349 Second->FileNotFound(FileName, RecoveryPath);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1497 if (Callbacks->FileNotFound(Filename, RecoveryPath)) {

Completed in 87 milliseconds