HomeSort by: relevance | last modified time | path
    Searched refs:IncludePos (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 533 SourceLocation IncludePos,
536 return createFileID(SourceFile->getLastRef(), IncludePos, FileCharacter,
541 SourceLocation IncludePos,
552 return createFileIDImpl(IR, SourceFile.getName(), IncludePos, FileCharacter,
595 SourceLocation IncludePos,
604 LoadedOffset, FileInfo::get(IncludePos, File, FileCharacter, Filename));
611 Diag.Report(IncludePos, diag::err_include_too_large);
616 FileInfo::get(IncludePos, File, FileCharacter, Filename)));
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 866 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos,
870 FileID createFileID(FileEntryRef SourceFile, SourceLocation IncludePos,
1837 SourceLocation IncludePos,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 2250 SourceLocation IncludePos = FilenameTok.getLocation();
2253 if (IncludePos.isMacroID())
2254 IncludePos = SourceMgr.getExpansionRange(IncludePos).getEnd();
2255 FileID FID = SourceMgr.createFileID(*File, IncludePos, FileCharacter);

Completed in 20 milliseconds