Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h369 bool isOffset() const { return Ptr & 0x01; } in isOffset() function
377 if (isOffset()) { in get()
H A DDeclFriend.h98 if (!NextFriend.isOffset()) in getNextFriend()
H A DDeclCXX.h338 if (!Bases.isOffset()) in getBases()
345 if (!VBases.isOffset()) in getVBases()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3328 if (Entry.isOffset() || Entry.isValid() != bool(Result)) in getCurrentKeyFunction()
H A DDeclCXX.cpp196 if (!data().Bases.isOffset() && data().NumBases > 0) in setBases()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp333 bool isOffset() const { return isImmTy(ImmTyOffset) && isUInt<16>(getImm()); } in isOffset() function in __anon649c30870111::AMDGPUOperand