HomeSort by relevance Sort by last modified time
    Searched refs:getFileEntry (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Lex/
PreprocessorLexer.cpp 51 /// getFileEntry - Return the FileEntry corresponding to this FileID. Like
53 const FileEntry *PreprocessorLexer::getFileEntry() const {
Pragma.cpp 359 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry());
425 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
481 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry();
    [all...]
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 164 /// getFileEntry - Return the FileEntry corresponding to this FileID. Like
166 const FileEntry *getFileEntry() const;
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 62 milliseconds