Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2556 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) { in SkipBlockComment()
2774 if (PP->getCodeCompletionFileLoc() != FileLoc) in LexEndOfFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1640 SourceLocation getCodeCompletionFileLoc() const { in getCodeCompletionFileLoc() function