Home
last modified time | relevance | path

Searched refs:SetCodeCompletionPoint (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp387 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1624 bool SetCodeCompletionPoint(const FileEntry *File,
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp649 PP.SetCodeCompletionPoint(*Entry, Line, Column); in EnableCodeCompletion()