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 54 /// getFileEntry - Return the FileEntry corresponding to this FileID. Like
56 const FileEntry *PreprocessorLexer::getFileEntry() const {
Pragma.cpp 361 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry());
427 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
484 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 182 milliseconds