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

/external/clang/lib/Lex/
H A DPPLexerChange.cpp99 CodeCompletionFileLoc = SourceMgr.getLocForStartOfFile(FID);
101 CodeCompletionFileLoc.getLocWithOffset(CodeCompletionOffset);
291 CodeCompletionFileLoc) {
363 if (CurLexer->getFileLoc() == CodeCompletionFileLoc)
H A DPPDirectives.cpp274 if (CurLexer->getFileLoc() != CodeCompletionFileLoc)
/external/clang/include/clang/Lex/
H A DPreprocessor.h217 SourceLocation CodeCompletionFileLoc; member in class:clang::Preprocessor
906 return CodeCompletionFileLoc;

Completed in 58 milliseconds