Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h732 void codeCompleteIncludedFile(const char *PathStart,
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1958 codeCompleteIncludedFile(AfterQuote, CurPtr - 1, /*IsAngled=*/false); in LexStringLiteral()
2089 codeCompleteIncludedFile(AfterLessPos, CurPtr - 1, /*IsAngled=*/true); in LexAngledStringLiteral()
2110 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() function in Lexer