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/
SemaDeclCXX.cpp 273 Arg = Result.takeAs<Expr>();
    [all...]
SemaInit.cpp 410 ILE->setInit(Init, MemberInit.takeAs<Expr>());
416 ILE->updateInit(SemaRef.Context, Init, MemberInit.takeAs<Expr>());
531 ILE->setArrayFiller(ElementInit.takeAs<Expr>());
533 ILE->setInit(Init, ElementInit.takeAs<Expr>());
538 ILE->setArrayFiller(ElementInit.takeAs<Expr>());
547 ILE->updateInit(SemaRef.Context, Init, ElementInit.takeAs<Expr>());
    [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaStmt.cpp 451 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>(),
415 BitWidth = InstantiatedBitWidth.takeAs<Expr>();
    [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 93 milliseconds