Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp90 CodeCompletionFileLoc = SourceMgr.getLocForStartOfFile(FID); in EnterSourceFile()
92 CodeCompletionFileLoc.getLocWithOffset(CodeCompletionOffset); in EnterSourceFile()
447 CodeCompletionFileLoc) { in HandleEndOfFile()
558 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h322 SourceLocation CodeCompletionFileLoc; variable
1978 return CodeCompletionFileLoc; in getCodeCompletionFileLoc()