Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1635 SourceLocation getCodeCompletionLoc() const { return CodeCompletionLoc; } in getCodeCompletionLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3020 return Loc == PP->getCodeCompletionLoc(); in isCodeCompletionPoint()