HomeSort by: relevance | last modified time | path
    Searched defs:getCommon (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 205 static SectionKind getCommon() { return get(Common); }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 4161 /// getCommon - Return the common expression, written to the
4164 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); }
4188 return getCommon()->getBeginLoc();

Completed in 101 milliseconds