Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dattr-availability.m157 @interface PartialI (Redecls) category
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp111 SmallVector<Decl *, 2> Redecls; getCanonicalForwardRedeclChain() local
3198 SmallVector<Decl *, 2> Redecls = VisitRecordDecl() local
3696 SmallVector<Decl *, 2> Redecls = getCanonicalForwardRedeclChain(D); VisitFunctionDecl() local
4446 SmallVector<Decl*, 2> Redecls = getCanonicalForwardRedeclChain(D); VisitVarDecl() local
6460 SmallVector<Decl *, 2> Redecls = getCanonicalForwardRedeclChain(D); VisitVarTemplateSpecializationDecl() local
[all...]
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp46 auto Redecls = getCanonicalForwardRedeclChain(D0); in TEST_P() local
58 auto Redecls = getCanonicalForwardRedeclChain(D0); in TEST_P() local