Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DFileIndexRecord.h38 FileID getFileID() const { return FID; } in getFileID() function
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnalyzer.h47 FileID getFileID() const { return ID; } in getFileID() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorLexer.h147 FileID getFileID() const { in getFileID() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceLocation.cpp159 FileID FullSourceLoc::getFileID() const { in getFileID() function in FullSourceLoc
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1119 FileID getFileID(SourceLocation SpellingLoc) const { in getFileID() function
1826 FileID getFileID(SourceLocation::UIntTy SLocOffset) const { in getFileID() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1769 unsigned CoverageMappingModuleGen::getFileID(const FileEntry *File) { in getFileID() function in CoverageMappingModuleGen
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp780 static sys::fs::UniqueID getFileID(sys::fs::UniqueID Parent, in getFileID() function