HomeSort by relevance Sort by last modified time
    Searched defs:isByRef (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDecl.cpp 718 bool isByRef = D.hasAttr<BlocksAttr>();
719 emission.IsByRef = isByRef;
749 !NRVO && !isByRef) {
787 if (isByRef)
794 if (isByRef)
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 29 milliseconds