OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:redecls
(Results
1 - 25
of
31
) sorted by null
1
2
/external/clang/test/Modules/
redecls.m
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps %s -emit-pch -o %t1.pch -fmodules-cache-path=%t.mcp -I %S/Inputs/
redecls
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps %s -emit-pch -o %t2.pch -include-pch %t1.pch -fmodules-cache-path=%t.mcp -I %S/Inputs/
redecls
4
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps %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
437
using redeclarable_base::
redecls
;
858
using redeclarable_base::
redecls
;
[
all
...]
RecursiveASTVisitor.h
[
all
...]
DeclCXX.h
[
all
...]
DeclObjC.h
[
all
...]
DeclBase.h
818
redecl_range
redecls
() const {
function in class:clang::Decl
[
all
...]
DeclTemplate.h
803
using redeclarable_base::
redecls
;
[
all
...]
/external/clang/lib/AST/
Decl.cpp
[
all
...]
DeclObjC.cpp
557
for (auto RD :
redecls
()) {
[
all
...]
ASTDumper.cpp
[
all
...]
DeclBase.cpp
358
for (auto I :
redecls
())
[
all
...]
Type.cpp
[
all
...]
/external/clang/lib/ARCMigrate/
TransGCAttrs.cpp
164
for (auto I : D->
redecls
())
/external/clang/test/SemaObjC/
attr-availability.m
153
@interface PartialI (
Redecls
)
/external/clang/lib/Sema/
IdentifierResolver.cpp
284
for (auto RD : New->
redecls
()) {
Sema.cpp
440
// Later
redecls
may add new information resulting in not having to warn,
463
// Later
redecls
may add new information resulting in not having to warn,
[
all
...]
SemaExceptionSpec.cpp
181
for (auto *Redecl : FD->
redecls
())
[
all
...]
SemaDeclObjC.cpp
[
all
...]
SemaObjCProperty.cpp
[
all
...]
SemaTemplateInstantiateDecl.cpp
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
688
for (auto RI : FD->
redecls
())
[
all
...]
CGDebugInfo.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
ASTWriterDecl.cpp
[
all
...]
Completed in 1892 milliseconds
1
2