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

1 2

  /external/clang/lib/Index/
IndexingContext.cpp 224 assert(D->isCanonicalDecl());
  /external/clang/lib/Sema/
IdentifierResolver.cpp 288 if (RD->isCanonicalDecl())
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 806 DeclInfo DInfo(!D->isCanonicalDecl(), isDef, isContainer);
865 DeclInfo DInfo(/*isRedeclaration=*/!D->isCanonicalDecl(),
872 DeclInfo DInfo(/*isRedeclaration=*/!D->isCanonicalDecl(),
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 223 assert(D->isCanonicalDecl() && "non-canonical decl in set");
574 if (D->isCanonicalDecl()) {
    [all...]
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 191 assert(SETraits::getDecl(Existing)->isCanonicalDecl() &&
403 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?");
    [all...]
ASTDumper.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 768 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 778 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
DeclTemplate.h 474 assert(isCanonicalDecl() &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclBase.h 808 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
DeclTemplate.h 474 assert(isCanonicalDecl() &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclBase.h 808 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclBase.h 854 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclBase.h 854 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclBase.h 854 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclBase.h 854 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 778 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclBase.h 808 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclBase.h 808 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclBase.h 854 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclBase.h 854 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclBase.h 854 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclBase.h 854 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]

Completed in 308 milliseconds

1 2