Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1026 Record.push_back(D->isPreviousDeclInSameBlockScope()); in VisitVarDecl()
1096 !D->isPreviousDeclInSameBlockScope() && in VisitVarDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1544 bool isPreviousDeclInSameBlockScope() const { in isPreviousDeclInSameBlockScope() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5228 OldVar->isPreviousDeclInSameBlockScope()); in BuildVariableInstantiation()
H A DSemaDecl.cpp4492 return NewVD->isPreviousDeclInSameBlockScope() || in mergeTypeWithPrevious()