Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2704 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) { in SkipBlockComment()
2973 if (PP->getCodeCompletionFileLoc() != FileLoc) in LexEndOfFile()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1805 SourceLocation getCodeCompletionFileLoc() const { in getCodeCompletionFileLoc() function