Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1634 SourceLocation getCodeCompletionLoc() const { return CodeCompletionLoc; } in getCodeCompletionLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2986 return Loc == PP->getCodeCompletionLoc(); in isCodeCompletionPoint()