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

  /external/clang/include/clang/Sema/
Ownership.h 152 template <typename T> T *takeAs() { return static_cast<T*>(get()); }
196 template <typename T> T *takeAs() { return static_cast<T*>(get()); }
  /external/clang/lib/Sema/
SemaInit.cpp 332 ILE->setInit(Init, MemberInit.takeAs<Expr>());
338 ILE->updateInit(SemaRef.Context, Init, MemberInit.takeAs<Expr>());
444 ILE->setArrayFiller(ElementInit.takeAs<Expr>());
446 ILE->setInit(Init, ElementInit.takeAs<Expr>());
451 ILE->setArrayFiller(ElementInit.takeAs<Expr>());
460 ILE->updateInit(SemaRef.Context, Init, ElementInit.takeAs<Expr>());
    [all...]
SemaDeclCXX.cpp 253 Arg = Result.takeAs<Expr>();
    [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaStmt.cpp 437 Expr *ConditionExpr = CondResult.takeAs<Expr>();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 71 S.AddAlignedAttr(Aligned->getLocation(), New, Result.takeAs<Expr>(),
486 BitWidth = InstantiatedBitWidth.takeAs<Expr>();
    [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 1002 milliseconds