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 244 template <typename T> T *takeAs() { return static_cast<T*>(get()); }
287 template <typename T> T *takeAs() { return static_cast<T*>(get()); }
384 template<typename T> T **takeAs() { return reinterpret_cast<T**>(take()); }
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 252 Arg = Result.takeAs<Expr>();
    [all...]
SemaInit.cpp 333 ILE->setInit(Init, MemberInit.takeAs<Expr>());
339 ILE->updateInit(SemaRef.Context, Init, MemberInit.takeAs<Expr>());
445 ILE->setArrayFiller(ElementInit.takeAs<Expr>());
447 ILE->setInit(Init, ElementInit.takeAs<Expr>());
452 ILE->setArrayFiller(ElementInit.takeAs<Expr>());
461 ILE->updateInit(SemaRef.Context, Init, ElementInit.takeAs<Expr>());
    [all...]
SemaStmt.cpp 386 Expr *ConditionExpr = CondResult.takeAs<Expr>();
    [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 82 AddAlignedAttr(Aligned->getLocation(), New, Result.takeAs<Expr>());
423 BitWidth = InstantiatedBitWidth.takeAs<Expr>();
    [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 100 milliseconds