HomeSort by relevance Sort by last modified time
    Searched full:takeas (Results 1 - 15 of 15) 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/
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...]
SemaDeclCXX.cpp 252 Arg = Result.takeAs<Expr>();
    [all...]
SemaObjCProperty.cpp     [all...]
SemaStmt.cpp 386 Expr *ConditionExpr = CondResult.takeAs<Expr>();
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 82 AddAlignedAttr(Aligned->getLocation(), New, Result.takeAs<Expr>());
423 BitWidth = InstantiatedBitWidth.takeAs<Expr>();
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 572 << "Result.takeAs<Expr>();\n";
603 OS << " *TI = Result.takeAs<Expr>();\n";
    [all...]

Completed in 1011 milliseconds