HomeSort by: relevance | last modified time | path
    Searched refs:copyInto (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 227 /// A data-flow flag to make sure getRValue and/or copyInto are not
259 void copyInto(CodeGenFunction &CGF, Address A) const;
CGCall.cpp 4247 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const {
4755 I->copyInto(*this, Addr);
4770 I->copyInto(*this, Addr);
4784 I->copyInto(*this, Addr);
4853 I->copyInto(*this, AI);
4922 I->copyInto(*this, Src);
CodeGenFunction.h 993 copyInto(SavedTempAddresses, CGF.LocalDeclMap);
1001 copyInto(SavedLocals, CGF.LocalDeclMap);
1009 static void copyInto(const DeclMapTy &Src, DeclMapTy &Dest) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h 688 void copyInto(const TemplateArgumentLoc *ArgArray,
ExprCXX.h 3053 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List);
3285 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto(
3737 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto(
Expr.h 1372 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto(
3238 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto(
  /src/external/apache2/llvm/dist/clang/lib/AST/
TemplateBase.cpp 663 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray,

Completed in 51 milliseconds