Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp254 ConstantExpr::getStorageKind(const APValue &Value) { in getStorageKind() function in ConstantExpr
269 ConstantExpr::getStorageKind(const Type *T, const ASTContext &Context) { in getStorageKind() function in ConstantExpr
304 ResultStorageKind StorageKind = getStorageKind(Result); in Create()
330 assert((unsigned)getStorageKind(Value) <= ConstantExprBits.ResultKind && in MoveIntoResult()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1074 static ResultStorageKind getStorageKind(const APValue &Value);
1075 static ResultStorageKind getStorageKind(const Type *T,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp16470 ConstantExpr::getStorageKind(Decl->getReturnType().getTypePtr(), in CheckForImmediateInvocation()