Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h894 SourceLocation getCodeCompletionLoc() const { return CodeCompletionLoc; } in getCodeCompletionLoc() function
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp2663 return Loc == PP->getCodeCompletionLoc(); in isCodeCompletionPoint()