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

  /external/clang/test/CodeGenCXX/
microsoft-abi-structors.cpp 432 void CreateCopy(ImplicitCopy *a) {
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp 396 Kind = InitializationKind::CreateCopy(Loc, Loc);
    [all...]
SemaLambda.cpp 738 : InitializationKind::CreateCopy(Loc, Init->getLocStart());
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprObjC.cpp 405 = InitializationKind::CreateCopy(Element->getLocStart(),
    [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp 264 InitializationKind Kind = InitializationKind::CreateCopy(Param->getLocation(),
    [all...]
SemaOpenMP.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 697 TemplateArgumentList::CreateCopy(ASTContext &Context,
744 TemplateArgs(TemplateArgumentList::CreateCopy(Context, Args, NumArgs)),
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 528 static InitializationKind CreateCopy(SourceLocation InitLoc,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 774 = TemplateArgumentList::CreateCopy(C, TemplArgs.data(), TemplArgs.size());
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 187 // a copy of the Args array. (Called by CreateCopy)
197 static TemplateArgumentList *CreateCopy(ASTContext &Context,
    [all...]

Completed in 372 milliseconds