Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp372 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, in SetCodeCompletionPoint() function in Preprocessor
/external/clang/include/clang/Lex/
DPreprocessor.h1264 bool SetCodeCompletionPoint(const FileEntry *File,
/external/clang/lib/Frontend/
DCompilerInstance.cpp489 PP.SetCodeCompletionPoint(Entry, Line, Column); in EnableCodeCompletion()