Searched defs:getCommon (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DSectionKind.h228 static SectionKind getCommon() { return get(Common); } function in class:llvm::SectionKind
/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();

Completed in 130 milliseconds