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.h381 explicit operator bool() const { return isOffset() || GetPtr() != nullptr; }
386 bool isValid() const { return isOffset() || GetPtr() != nullptr; } in isValid()
389 bool isOffset() const { return GetLSB() & 0x01; } in isOffset() function
397 if (isOffset()) { in get()
H A DDeclFriend.h98 if (!NextFriend.isOffset()) in getNextFriend()
H A DDeclCXX.h355 if (!Bases.isOffset()) in getBases()
362 if (!VBases.isOffset()) in getVBases()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2401 Eval->Value.isOffset() ? getASTContext().getExternalSource() : nullptr)); in getInit()
4568 InitPtr.isOffset() ? InitPtr.get(getASTContext().getExternalSource()) in getInClassInitializer()
H A DDeclCXX.cpp199 if (!data().Bases.isOffset() && data().NumBases > 0) in setBases()
H A DRecordLayoutBuilder.cpp3448 if (Entry.isOffset() || Entry.isValid() != bool(Result)) in getCurrentKeyFunction()