Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DPTHLexer.cpp142 if (PP->getCodeCompletionFileLoc() != FileStartLoc) in LexEndOfFile()
H A DLexer.cpp2298 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) { in SkipBlockComment()
2509 if (PP->getCodeCompletionFileLoc() != FileLoc) in LexEndOfFile()
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h993 SourceLocation getCodeCompletionFileLoc() const { in getCodeCompletionFileLoc() function