Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPTHLexer.cpp142 if (PP->getCodeCompletionFileLoc() != FileStartLoc) in LexEndOfFile()
DLexer.cpp2296 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) { in SkipBlockComment()
2507 if (PP->getCodeCompletionFileLoc() != FileLoc) in LexEndOfFile()
/external/clang/include/clang/Lex/
DPreprocessor.h1252 SourceLocation getCodeCompletionFileLoc() const { in getCodeCompletionFileLoc() function