Home
last modified time | relevance | path

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

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