Home
last modified time | relevance | path

Searched refs:isLoadedOffset (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1751 return isLoadedOffset(Loc.getOffset()); in isLoadedSourceLocation()
1838 bool isLoadedOffset(SourceLocation::UIntTy SLocOffset) const { in isLoadedOffset() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5380 if (PP->getSourceManager().isLoadedOffset(Offset)) in getAdjustment()