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 148 FileID getFileID() const {
150 "PreprocessorLexer::getFileID() should only be used with a Preprocessor");
155 /// getFileID(), this only works for lexers with attached preprocessors.
  /external/clang/include/clang/Basic/
SourceManager.h 488 /// LastFileIDLookup - This is a one-entry cache to speed up getFileID.
702 /// getFileID - Return the FileID for a SourceLocation. This is a very
707 FileID getFileID(SourceLocation SpellingLoc) const {
769 FileID FID = getFileID(Loc);
778 FileID FID = getFileID(Loc);
793 FileID FID = getFileID(Loc);
    [all...]

Completed in 34 milliseconds