Home
last modified time | relevance | path

Searched refs:isPreviousDeclInSameBlockScope (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1000 Record.push_back(D->isPreviousDeclInSameBlockScope()); in VisitVarDecl()
1071 !D->isPreviousDeclInSameBlockScope() && in VisitVarDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1474 bool isPreviousDeclInSameBlockScope() const { in isPreviousDeclInSameBlockScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5006 OldVar->isPreviousDeclInSameBlockScope()); in BuildVariableInstantiation()
H A DSemaDecl.cpp4013 return NewVD->isPreviousDeclInSameBlockScope() || in mergeTypeWithPrevious()