Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2765 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) { in SkipBlockComment()
3034 if (PP->getCodeCompletionFileLoc() != FileLoc) in LexEndOfFile()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1952 SourceLocation getCodeCompletionFileLoc() const { in getCodeCompletionFileLoc() function