Home
last modified time | relevance | path

Searched refs:isForRedeclaration (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h258 bool isForRedeclaration() const { in isForRedeclaration() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp301 isForRedeclaration()); in configure()
950 R.isForRedeclaration(), R.getNameLoc())) { in LookupBuiltin()
1151 if (R.isForRedeclaration()) { in LookupDirect()
1449 if (!R.isForRedeclaration()) in CppLookupName()
1502 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1507 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
2449 if (R.isForRedeclaration()) in LookupQualifiedName()
H A DSemaDecl.cpp16814 !Previous.isForRedeclaration()) { in ActOnTag()