Searched defs:CodeCompleteIncludedFile (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ | ||
H A D | CodeCompletionHandler.h | 67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} in CodeCompleteIncludedFile() function |
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ | ||
H A D | Preprocessor.cpp | 449 void Preprocessor::CodeCompleteIncludedFile(llvm::StringRef Dir, CodeCompleteIncludedFile() function in Preprocessor |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | Parser.cpp | 2317 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { CodeCompleteIncludedFile() function in Parser |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 10060 void Sema::CodeCompleteIncludedFile(llvm::StringRef Dir, bool Angled) { CodeCompleteIncludedFile() function in Sema |