Home
last modified time | relevance | path

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

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