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

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

Completed in 56 milliseconds