Home
last modified time | relevance | path

Searched refs:getStorageKind (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp272 ConstantExpr::getStorageKind(const APValue &Value) { in getStorageKind() function in ConstantExpr
287 ConstantExpr::getStorageKind(const Type *T, const ASTContext &Context) { in getStorageKind() function in ConstantExpr
322 ResultStorageKind StorageKind = getStorageKind(Result); in Create()
348 assert((unsigned)getStorageKind(Value) <= ConstantExprBits.ResultKind && in MoveIntoResult()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1084 static ResultStorageKind getStorageKind(const APValue &Value);
1085 static ResultStorageKind getStorageKind(const Type *T,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp17513 ConstantExpr::getStorageKind(Decl->getReturnType().getTypePtr(), in CheckForImmediateInvocation()