Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DLexer.h732 void codeCompleteIncludedFile(const char *PathStart,
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1941 codeCompleteIncludedFile(AfterQuote, CurPtr - 1, /*IsAngled=*/false); in LexStringLiteral()
2072 codeCompleteIncludedFile(AfterLessPos, CurPtr - 1, /*IsAngled=*/true); in LexAngledStringLiteral()
2093 void Lexer::codeCompleteIncludedFile(const char *PathStart, in codeCompleteIncludedFile() function in Lexer