Home
last modified time | relevance | path

Searched refs:getSLocEntryID (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceManager.h559 virtual int getSLocEntryID(SourceLocation::UIntTy SLocOffset) = 0;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h2173 int getSLocEntryID(SourceLocation::UIntTy SLocOffset) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDSourceManager.cpp884 return FileID::get(ExternalSLocEntries->getSLocEntryID(SLocOffset)); in getFileIDLoaded()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp1539 int ASTReader::getSLocEntryID(SourceLocation::UIntTy SLocOffset) { in getSLocEntryID() function in ASTReader