Home
last modified time | relevance | path

Searched refs:getAsAPValue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4424 APValue &getAsAPValue() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3741 APValue &MSGuidDecl::getAsAPValue() const { in getAsAPValue() function in MSGuidDecl
H A DExprConstant.cpp4357 APValue &V = GD->getAsAPValue(); in findCompleteObject()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3835 APValue &V = GD->getAsAPValue(); in GetAddrOfMSGuidDecl()
3840 GD->getAsAPValue(), GD->getType().getAddressSpace(), GD->getType()); in GetAddrOfMSGuidDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp3792 const APValue &V = GuidDecl->getAsAPValue(); in VisitCXXUuidofExpr()