Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2835 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) { in SkipBlockComment()
3104 if (PP->getCodeCompletionFileLoc() != FileLoc) in LexEndOfFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1952 SourceLocation getCodeCompletionFileLoc() const { in getCodeCompletionFileLoc() function