Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3508 APValue &MSGuidDecl::getAsAPValue() const { in getAsAPValue() function in MSGuidDecl
H A DExprConstant.cpp4111 APValue &V = GD->getAsAPValue(); in findCompleteObject()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4331 APValue &getAsAPValue() const;
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3579 APValue &V = GD->getAsAPValue(); in GetAddrOfMSGuidDecl()
3584 GD->getAsAPValue(), GD->getType().getAddressSpace(), GD->getType()); in GetAddrOfMSGuidDecl()
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2926 const APValue &V = GuidDecl->getAsAPValue(); in VisitCXXUuidofExpr()