Searched refs:CodeCompleteIncludedFile (Results 1 – 8 of 8) 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
|
H A D | Preprocessor.h | 1591 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled);
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 453 void Preprocessor::CodeCompleteIncludedFile(llvm::StringRef Dir, in CodeCompleteIncludedFile() 457 CodeComplete->CodeCompleteIncludedFile(Dir, IsAngled); in CodeCompleteNaturalLanguage() 449 void Preprocessor::CodeCompleteIncludedFile(llvm::StringRef Dir, CodeCompleteIncludedFile() function in Preprocessor
|
H A D | Lexer.cpp | 2415 PP->CodeCompleteIncludedFile(Dir, IsAngled); in LexCharConstant()
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 2341 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { in ParseMicrosoftIfExistsCondition() 2342 Actions.CodeCompletion().CodeCompleteIncludedFile(Dir, IsAngled); in ParseMicrosoftIfExistsCondition() 2317 void Parser::CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) { CodeCompleteIncludedFile() function in Parser
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3902 void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) override;
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 10160 void SemaCodeCompletion::CodeCompleteIncludedFile(llvm::StringRef Dir, in CodeCompleteIncludedFile() 10060 void Sema::CodeCompleteIncludedFile(llvm::StringRef Dir, bool Angled) { CodeCompleteIncludedFile() function in Sema
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h |
|