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

  /external/clang/include/clang/Sema/
Initialization.h 397 static InitializationKind CreateCopy(SourceLocation InitLoc,
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 553 TemplateArgumentList::CreateCopy(ASTContext &Context,
600 TemplateArgs(TemplateArgumentList::CreateCopy(Context, Args, NumArgs)),
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp 227 InitializationKind Kind = InitializationKind::CreateCopy(Param->getLocation(),
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 392 = TemplateArgumentList::CreateCopy(C, TemplArgs.data(), TemplArgs.size());
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 151 static TemplateArgumentList *CreateCopy(ASTContext &Context,
    [all...]

Completed in 504 milliseconds