Home
last modified time | relevance | path

Searched defs:Redecls (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaObjC/
Dattr-availability.m153 @interface PartialI (Redecls) category
/external/llvm-project/clang/test/SemaObjC/
Dattr-availability.m160 @interface PartialI (Redecls) category
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp113 SmallVector<Decl *, 2> Redecls; in getCanonicalForwardRedeclChain() local
2870 SmallVector<Decl *, 2> Redecls = in VisitRecordDecl() local
3169 SmallVector<Decl *, 2> Redecls = getCanonicalForwardRedeclChain(D); in VisitFunctionDecl() local
3874 SmallVector<Decl*, 2> Redecls = getCanonicalForwardRedeclChain(D); in VisitVarDecl() local
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp46 auto Redecls = getCanonicalForwardRedeclChain(D0); in TEST_P() local
58 auto Redecls = getCanonicalForwardRedeclChain(D0); in TEST_P() local