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.h833 isNonConstantStorage(const ASTContext &Ctx, bool ExcludeCtor,
838 return !isNonConstantStorage(Ctx, ExcludeCtor, ExcludeDtor);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp116 QualType::isNonConstantStorage(const ASTContext &Ctx, bool ExcludeCtor, in isNonConstantStorage() function in QualType
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14609 !(Reason = var->getType().isNonConstantStorage(Context, true, false))) { in CheckCompleteVariableDeclaration()