Searched defs:getCommon (Results 1 – 4 of 4) sorted by relevance
194 static SectionKind getCommon() { return get(Common); } in getCommon() function
200 static SectionKind getCommon() { return get(Common); } in getCommon() function
236 private <T extends Collection> T getCommon(T a, T b, T result) { in getCommon() method in TestDTDAttributes
3280 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } in getCommon() function