Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h987 SourceLocation getCodeCompletionLoc() const { return CodeCompletionLoc; } in getCodeCompletionLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2691 return Loc == PP->getCodeCompletionLoc(); in isCodeCompletionPoint()