Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h769 void codeCompleteIncludedFile(const char *PathStart,
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2046 codeCompleteIncludedFile(AfterQuote, CurPtr - 1, /*IsAngled=*/false); in LexStringLiteral()
2177 codeCompleteIncludedFile(AfterLessPos, CurPtr - 1, /*IsAngled=*/true); in LexAngledStringLiteral()
2198 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() function in Lexer