Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h1274 SourceLocation getCodeCompletionLoc() const { return CodeCompletionLoc; } in getCodeCompletionLoc() function
/external/clang/lib/Lex/
DLexer.cpp2717 return Loc == PP->getCodeCompletionLoc(); in isCodeCompletionPoint()