Home
last modified time | relevance | path

Searched refs:isOffset (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h409 explicit operator bool() const { return isOffset() || GetPtr() != nullptr; }
414 bool isValid() const { return isOffset() || GetPtr() != nullptr; } in isValid()
417 bool isOffset() const { return GetLSB() & 0x01; } in isOffset() function
425 if (isOffset()) { in get()
H A DDeclFriend.h101 if (!NextFriend.isOffset()) in getNextFriend()
H A DDeclCXX.h356 if (!Bases.isOffset()) in getBases()
363 if (!VBases.isOffset()) in getVBases()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2418 Eval->Value.isOffset() ? getASTContext().getExternalSource() : nullptr)); in getInit()
4664 InitPtr.isOffset() ? InitPtr.get(getASTContext().getExternalSource()) in getInClassInitializer()
H A DDeclCXX.cpp199 if (!data().Bases.isOffset() && data().NumBases > 0) in setBases()
H A DRecordLayoutBuilder.cpp3489 if (Entry.isOffset() || Entry.isValid() != bool(Result)) in getCurrentKeyFunction()