Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h212 static SectionKind getCommon() { return get(Common); } in getCommon() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4300 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } in getCommon() function