Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp710 Record.push_back(D->isPreviousDeclInSameBlockScope()); in VisitVarDecl()
753 !D->isPreviousDeclInSameBlockScope() && in VisitVarDecl()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h1153 bool isPreviousDeclInSameBlockScope() const { in isPreviousDeclInSameBlockScope() function
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp3531 OldVar->isPreviousDeclInSameBlockScope()); in BuildVariableInstantiation()
HDSemaDecl.cpp2982 return NewVD->isPreviousDeclInSameBlockScope() || in mergeTypeWithPrevious()