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.cpp302 ConstantResultStorageKind ConstantExpr::getStorageKind(const APValue &Value) { in getStorageKind() function in ConstantExpr
317 ConstantExpr::getStorageKind(const Type *T, const ASTContext &Context) { in getStorageKind() function in ConstantExpr
352 ConstantResultStorageKind StorageKind = getStorageKind(Result); in Create()
379 assert((unsigned)getStorageKind(Value) <= ConstantExprBits.ResultKind && in MoveIntoResult()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1123 static ConstantResultStorageKind getStorageKind(const APValue &Value);
1124 static ConstantResultStorageKind getStorageKind(const Type *T,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17352 ConstantExpr::getStorageKind(Decl->getReturnType().getTypePtr(), in CheckForImmediateInvocation()