Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPTHLexer.cpp143 if (PP->getCodeCompletionFileLoc() != FileStartLoc) in LexEndOfFile()
DLexer.cpp2295 !(PP && PP->getCodeCompletionFileLoc() == FileLoc)) { in SkipBlockComment()
2506 if (PP->getCodeCompletionFileLoc() != FileLoc) in LexEndOfFile()
/external/clang/include/clang/Lex/
DPreprocessor.h963 SourceLocation getCodeCompletionFileLoc() const { in getCodeCompletionFileLoc() function