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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h728 void codeCompleteIncludedFile(const char *PathStart,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1939 codeCompleteIncludedFile(AfterQuote, CurPtr - 1, /*IsAngled=*/false);
2070 codeCompleteIncludedFile(AfterLessPos, CurPtr - 1, /*IsAngled=*/true);
2091 void Lexer::codeCompleteIncludedFile(const char *PathStart, function in class:Lexer

Completed in 92 milliseconds