Home
last modified time | relevance | path

Searched defs:getSLocEntryID (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/Basic/
H A DSourceManagerTest.cpp409 int getSLocEntryID(SourceLocation::UIntTy SLocOffset) override { return 0; } getSLocEntryID() function
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1539 int ASTReader::getSLocEntryID(SourceLocation::UIntTy SLocOffset) { getSLocEntryID() function in ASTReader