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

  /external/clang/include/clang/Sema/
Initialization.h 445 static InitializationKind CreateCopy(SourceLocation InitLoc,
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 598 TemplateArgumentList::CreateCopy(ASTContext &Context,
651 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 245 InitializationKind Kind = InitializationKind::CreateCopy(Param->getLocation(),
    [all...]
SemaExprObjC.cpp 322 = InitializationKind::CreateCopy(Element->getLocStart(), SourceLocation());
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 154 static TemplateArgumentList *CreateCopy(ASTContext &Context,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 566 = TemplateArgumentList::CreateCopy(C, TemplArgs.data(), TemplArgs.size());
    [all...]

Completed in 1478 milliseconds