Searched refs:getCommon (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/AST/
H A DParentMap.cpp57 M[BCO->getCommon()] = S;
58 BuildParentMap(M, BCO->getCommon(), OV_Transparent);
H A DExprConstant.cpp3932 Info, E->getCommon()))
8603 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx);
8609 Exp->getCommon()->EvaluateKnownConstInt(Ctx) != 0) return NoDiag();
/external/llvm/include/llvm/MC/
H A DSectionKind.h228 static SectionKind getCommon() { return get(Common); } function in class:llvm::SectionKind
/external/clang/lib/Sema/
H A DScopeInfo.cpp154 markSafeWeakUse(Cond->getCommon());
H A DTreeTransform.h7237 ExprResult commonExpr = getDerived().TransformExpr(e->getCommon());
7246 commonExpr.get() == e->getCommon() &&
H A DSemaDeclCXX.cpp2279 HandleValue(BCO->getCommon());
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp153 return SectionKind::getCommon();
/external/clang/include/clang/AST/
H A DExpr.h3289 /// \brief getCommon - Return the common expression, written to the
3292 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryConditionalOperator
3316 return getCommon()->getLocStart();
/external/clang/lib/Analysis/
H A DCFG.cpp1896 return addStmt(BCO->getCommon());
3623 ConfluenceBlock = VisitForTemporaryDtors(BCO->getCommon());
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h771 e->getCommon());
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp627 Writer.AddStmt(E->getCommon());

Completed in 8858 milliseconds