Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1032 isNonConstantStorage(const ASTContext &Ctx, bool ExcludeCtor,
1037 return !isNonConstantStorage(Ctx, ExcludeCtor, ExcludeDtor);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp151 QualType::isNonConstantStorage(const ASTContext &Ctx, bool ExcludeCtor, in isNonConstantStorage() function in QualType
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14801 !(Reason = var->getType().isNonConstantStorage(Context, true, false))) { in CheckCompleteVariableDeclaration()