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()
448 CodeCompletionFileLoc) { in HandleEndOfFile()
559 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h305 SourceLocation CodeCompletionFileLoc; variable
1953 return CodeCompletionFileLoc; in getCodeCompletionFileLoc()