HomeSort by relevance Sort by last modified time
    Searched refs:NewDecl (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/include/clang/Sema/
Template.h 497 DeclaratorDecl *NewDecl);
499 TagDecl *NewDecl);
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Template.h 523 DeclaratorDecl *NewDecl);
525 TagDecl *NewDecl);
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Template.h 523 DeclaratorDecl *NewDecl);
525 TagDecl *NewDecl);
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Template.h 523 DeclaratorDecl *NewDecl);
525 TagDecl *NewDecl);
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Template.h 523 DeclaratorDecl *NewDecl);
525 TagDecl *NewDecl);
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Template.h 523 DeclaratorDecl *NewDecl);
525 TagDecl *NewDecl);
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Template.h 523 DeclaratorDecl *NewDecl);
525 TagDecl *NewDecl);
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Template.h 523 DeclaratorDecl *NewDecl);
525 TagDecl *NewDecl);
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Template.h 523 DeclaratorDecl *NewDecl);
525 TagDecl *NewDecl);
  /external/llvm/lib/IR/
Function.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 632 Constant *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain);
633 cast<CallInst>(RetainRV)->setCalledFunction(NewDecl);
668 Constant *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease);
669 AutoreleaseRVCI->setCalledFunction(NewDecl);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 40 static bool SubstQualifier(Sema &SemaRef, const DeclT *OldDecl, DeclT *NewDecl,
45 assert((NewDecl->getFriendObjectKind() ||
50 const_cast<DeclContext *>(NewDecl->getFriendObjectKind()
51 ? NewDecl->getLexicalDeclContext()
61 NewDecl->setQualifierInfo(NewQualifierLoc);
66 DeclaratorDecl *NewDecl) {
67 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs);
71 TagDecl *NewDecl) {
72 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs);
    [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 693 milliseconds

1 2