Searched refs:getFileEntry (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessorLexer.cpp51 /// getFileEntry - Return the FileEntry corresponding to this FileID. Like
53 const FileEntry *PreprocessorLexer::getFileEntry() const { function in class:PreprocessorLexer
H A DPragma.cpp355 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry());
421 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
477 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h164 /// getFileEntry - Return the FileEntry corresponding to this FileID. Like
166 const FileEntry *getFileEntry() const;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h964 const FileEntry *getFileEntry(StringRef filename);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1740 const FileEntry *ASTReader::getFileEntry(StringRef filenameStrRef) { function in class:ASTReader

Completed in 139 milliseconds