Searched defs:getOpaqueValue (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h47 void *getOpaqueValue() { return const_cast<Type*>(T); } function in class:clang::TypeInfoLValue
68 void *getOpaqueValue() { function in class:clang::DynamicAllocLValue
H A DExpr.h3851 OpaqueValueExpr *getOpaqueValue() const { return OpaqueValue; } function in class:clang::final::final::BinaryConditionalOperator
H A DExprCXX.h4664 OpaqueValueExpr *getOpaqueValue() const { return OpaqueValue; } function in class:clang::CoroutineSuspendExpr
H A DExternalASTSource.h486 void *getOpaqueValue() { return Value.getOpaqueValue(); } function in struct:clang::LazyGenerationalUpdatePtr
H A DType.h3497 unsigned char getOpaqueValue() const { return Data; } function in class:clang::FunctionType::ExtParameterInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h68 int getOpaqueValue() const { return ID; } function in class:clang::FileID
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h76 void *getOpaqueValue() const { return Data.getOpaqueValue(); } function in class:clang::CodeGen::ConstantInitFuture
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp102 void *APValue::LValueBase::getOpaqueValue() const { function in class:APValue::LValueBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h91 void *getOpaqueValue() const { return reinterpret_cast<void *>(Value); } function in class:llvm::PointerIntPair
H A DPointerSumType.h188 uintptr_t getOpaqueValue() const { function in class:llvm::PointerSumType
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h206 const void *getOpaqueValue() const { return PtrInfo.V.getOpaqueValue(); } function in class:llvm::MachineMemOperand

Completed in 278 milliseconds