Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPLexerChange.cpp99 CodeCompletionFileLoc = SourceMgr.getLocForStartOfFile(FID); in EnterSourceFile()
101 CodeCompletionFileLoc.getLocWithOffset(CodeCompletionOffset); in EnterSourceFile()
376 CodeCompletionFileLoc) { in HandleEndOfFile()
451 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()
HDPPDirectives.cpp319 if (CurLexer->getFileLoc() != CodeCompletionFileLoc) in SkipExcludedConditionalBlock()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h239 SourceLocation CodeCompletionFileLoc; variable
1248 return CodeCompletionFileLoc; in getCodeCompletionFileLoc()