reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Decl.h
 1257   bool mightBeUsableInConstantExpressions(ASTContext &C) const;

References

tools/clang/lib/AST/Decl.cpp
 2318   if (!DefVD->mightBeUsableInConstantExpressions(Context))
tools/clang/lib/CodeGen/CGDecl.cpp
 1814       D.mightBeUsableInConstantExpressions(getContext())) {
tools/clang/lib/Sema/Sema.cpp
  612         VD->mightBeUsableInConstantExpressions(SemaRef->Context))
tools/clang/lib/Sema/SemaDecl.cpp
12503     } else if (var->mightBeUsableInConstantExpressions(Context)) {
tools/clang/lib/Sema/SemaExpr.cpp
16701       Var->mightBeUsableInConstantExpressions(SemaRef.Context);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 4817       !Var->mightBeUsableInConstantExpressions(getASTContext()))