HomeSort by relevance Sort by last modified time
    Searched refs:getNRVOCandidate (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 771 if (S.getNRVOCandidate() && S.getNRVOCandidate()->isNRVOVariable() &&
779 if (llvm::Value *NRVOFlag = NRVOFlags[S.getNRVOCandidate()])
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 205 Writer.AddDeclRef(S->getNRVOCandidate(), Record);
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 32 milliseconds