Home
last modified time | relevance | path

Searched defs:getFileID (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.h38 FileID getFileID() const { return FID; } in getFileID() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.h36 FileID getFileID() const { return ID; } in getFileID() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp157 FileID FullSourceLoc::getFileID() const { in getFileID() function in FullSourceLoc
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1149 FileID getFileID(SourceLocation SpellingLoc) const { in getFileID() function
1906 FileID getFileID(SourceLocation::UIntTy SLocOffset) const { in getFileID() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2637 unsigned CoverageMappingModuleGen::getFileID(FileEntryRef File) { in getFileID() function in CoverageMappingModuleGen
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp818 static sys::fs::UniqueID getFileID(sys::fs::UniqueID Parent, in getFileID() function