Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h770 void codeCompleteIncludedFile(const char *PathStart,
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2177 codeCompleteIncludedFile(AfterQuote, CurPtr - 1, /*IsAngled=*/false); in LexStringLiteral()
2308 codeCompleteIncludedFile(AfterLessPos, CurPtr - 1, /*IsAngled=*/true); in LexAngledStringLiteral()
2329 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() function in Lexer