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.cpp2891 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) { in SkipBlockComment()
3160 if (PP->getCodeCompletionFileLoc() != FileLoc) in LexEndOfFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1977 SourceLocation getCodeCompletionFileLoc() const { in getCodeCompletionFileLoc() function