Home
last modified time | relevance | path

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

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