HomeSort by relevance Sort by last modified time
    Searched full:redecls (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/test/Modules/
redecls.m 2 // RUN: %clang_cc1 -fmodules %s -emit-pch -o %t1.pch -fmodules-cache-path=%t.mcp -I %S/Inputs/redecls
3 // RUN: %clang_cc1 -fmodules %s -emit-pch -o %t2.pch -include-pch %t1.pch -fmodules-cache-path=%t.mcp -I %S/Inputs/redecls
4 // RUN: %clang_cc1 -fmodules %s -fsyntax-only -include-pch %t2.pch -I %S/Inputs/redecls -fmodules-cache-path=%t.mcp -verify
  /external/clang/include/clang/AST/
Redeclarable.h 228 redecl_range redecls() const { function in class:clang::Redeclarable
234 redecl_iterator redecls_begin() const { return redecls().begin(); }
235 redecl_iterator redecls_end() const { return redecls().end(); }
Decl.h 434 using redeclarable_base::redecls;
845 using redeclarable_base::redecls;
    [all...]
DeclObjC.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
DeclCXX.h     [all...]
DeclBase.h 781 redecl_range redecls() const { function in class:clang::Decl
    [all...]
DeclTemplate.h 709 using redeclarable_base::redecls;
    [all...]
  /external/clang/test/SemaObjC/
attr-availability.m 151 @interface PartialI (Redecls)
  /external/clang/lib/AST/
Decl.cpp     [all...]
ASTDumper.cpp     [all...]
DeclObjC.cpp 476 for (auto RD : redecls()) {
    [all...]
DeclBase.cpp 320 for (auto I : redecls())
    [all...]
Type.cpp     [all...]
ASTContext.cpp 354 for (auto I : D->redecls()) {
392 for (auto I : D->redecls()) {
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 166 for (auto I : D->redecls())
  /external/clang/lib/Sema/
IdentifierResolver.cpp 284 for (auto RD : New->redecls()) {
Sema.cpp 407 // Later redecls may add new information resulting in not having to warn,
430 // Later redecls may add new information resulting in not having to warn,
    [all...]
SemaExceptionSpec.cpp 175 for (auto *Redecl : FD->redecls())
    [all...]
SemaDeclObjC.cpp 482 // otherwise we will break IdentifierResolver and redecls-chain invariants.
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 614 for (auto RI : FD->redecls())
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 971 milliseconds

1 2