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

1 2

  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 155 Record.AddDeclRef(typeParam);
174 Record.AddDeclRef(F.second);
283 Record.AddDeclRef(cast_or_null<Decl>(D->getDeclContext()));
285 Record.AddDeclRef(cast_or_null<Decl>(D->getLexicalDeclContext()));
388 Record.AddDeclRef(D->getDescribedAliasTemplate());
409 Record.AddDeclRef(TD);
428 Record.AddDeclRef(MemberInfo->getInstantiatedFrom());
432 Record.AddDeclRef(nullptr);
539 Record.AddDeclRef(D->getDescribedFunctionTemplate());
543 Record.AddDeclRef(MemberInfo->getInstantiatedFrom())
    [all...]
ASTWriterStmt.cpp 114 Record.AddDeclRef(S->getDecl());
133 Record.AddDeclRef(S->getConditionVariable());
145 Record.AddDeclRef(S->getConditionVariable());
158 Record.AddDeclRef(S->getConditionVariable());
179 Record.AddDeclRef(S->getConditionVariable());
190 Record.AddDeclRef(S->getLabel());
220 Record.AddDeclRef(S->getNRVOCandidate());
230 Record.AddDeclRef(*D);
329 Record.AddDeclRef(S->getCapturedDecl());
332 Record.AddDeclRef(S->getCapturedRecordDecl())
    [all...]
ASTWriter.cpp 245 Record.AddDeclRef(T->getExceptionSpecDecl());
246 Record.AddDeclRef(T->getExceptionSpecTemplate());
248 Record.AddDeclRef(T->getExceptionSpecDecl());
279 Record.AddDeclRef(T->getDecl());
284 Record.AddDeclRef(T->getDecl());
323 Record.AddDeclRef(T->getDecl()->getCanonicalDecl());
396 Record.AddDeclRef(T->getDecl());
444 Record.AddDeclRef(T->getDecl()->getCanonicalDecl());
450 Record.AddDeclRef(T->getDecl()->getCanonicalDecl());
461 Record.AddDeclRef(I)
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 580 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
851 void AddDeclRef(const Decl *D) {
852 return Writer->AddDeclRef(D, *Record);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
AttrPCHWrite.inc 414 Record.AddDeclRef(SA->getFunctionDecl());
515 Record.AddDeclRef(SA->getParent());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
AttrPCHWrite.inc 421 Record.AddDeclRef(SA->getFunctionDecl());
522 Record.AddDeclRef(SA->getParent());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
AttrPCHWrite.inc 421 Record.AddDeclRef(SA->getFunctionDecl());
522 Record.AddDeclRef(SA->getParent());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
AttrPCHWrite.inc 423 Record.AddDeclRef(SA->getFunctionDecl());
524 Record.AddDeclRef(SA->getParent());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
AttrPCHWrite.inc 423 Record.AddDeclRef(SA->getFunctionDecl());
524 Record.AddDeclRef(SA->getParent());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
AttrPCHWrite.inc 423 Record.AddDeclRef(SA->getFunctionDecl());
524 Record.AddDeclRef(SA->getParent());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
AttrPCHWrite.inc 423 Record.AddDeclRef(SA->getFunctionDecl());
524 Record.AddDeclRef(SA->getParent());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ASTWriter.h 601 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
    [all...]

Completed in 447 milliseconds

1 2