Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h714 void codeCompleteIncludedFile(const char *PathStart,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1929 codeCompleteIncludedFile(AfterQuote, CurPtr - 1, /*IsAngled=*/false); in LexStringLiteral()
2060 codeCompleteIncludedFile(AfterLessPos, CurPtr - 1, /*IsAngled=*/true); in LexAngledStringLiteral()
2081 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() function in Lexer