HomeSort by relevance Sort by last modified time
    Searched refs:isCXX11ConstantExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
Expr.h 497 /// isCXX11ConstantExpr - Return true if this expression is a constant
502 bool isCXX11ConstantExpr(const ASTContext &Ctx, APValue *Result = nullptr,
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 352 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) {
    [all...]

Completed in 57 milliseconds