Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExternalASTSource.h367 bool isOffset() const { return Ptr & 0x01; } in isOffset() function
375 if (isOffset()) { in get()
H A DDeclFriend.h98 if (!NextFriend.isOffset()) in getNextFriend()
H A DDeclCXX.h346 if (!Bases.isOffset()) in getBases()
353 if (!VBases.isOffset()) in getVBases()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp198 if (!data().Bases.isOffset() && data().NumBases > 0) in setBases()
H A DRecordLayoutBuilder.cpp3374 if (Entry.isOffset() || Entry.isValid() != bool(Result)) in getCurrentKeyFunction()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp360 bool isOffset() const { return isImmTy(ImmTyOffset) && isUInt<16>(getImm()); } in isOffset() function in __anon71e405cc0111::AMDGPUOperand