HomeSort by relevance Sort by last modified time
    Searched defs:getFileID (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Basic/
SourceLocation.cpp 72 FileID FullSourceLoc::getFileID() const {
74 return SrcMgr->getFileID(*this);
125 return SrcMgr->getBuffer(SrcMgr->getFileID(*this), Invalid);
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 149 FileID getFileID() const {
151 "PreprocessorLexer::getFileID() should only be used with a Preprocessor");
161 /// getFileID(), this only works for lexers with attached preprocessors.
  /external/clang/include/clang/Basic/
SourceManager.h 537 /// LastFileIDLookup - This is a one-entry cache to speed up getFileID.
784 /// getFileID - Return the FileID for a SourceLocation. This is a very
789 FileID getFileID(SourceLocation SpellingLoc) const {
    [all...]

Completed in 5721 milliseconds