Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp301 ConstantResultStorageKind ConstantExpr::getStorageKind(const APValue &Value) { in getStorageKind() function in ConstantExpr
316 ConstantExpr::getStorageKind(const Type *T, const ASTContext &Context) { in getStorageKind() function in ConstantExpr
351 ConstantResultStorageKind StorageKind = getStorageKind(Result); in Create()
378 assert((unsigned)getStorageKind(Value) <= ConstantExprBits.ResultKind && in MoveIntoResult()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1126 static ConstantResultStorageKind getStorageKind(const APValue &Value);
1127 static ConstantResultStorageKind getStorageKind(const Type *T,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17770 ConstantExpr::getStorageKind(Decl->getReturnType().getTypePtr(), in CheckForImmediateInvocation()