Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h256 bool isForRedeclaration() const { in isForRedeclaration() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp293 isForRedeclaration()); in configure()
702 R.isForRedeclaration(), in LookupBuiltin()
886 if (R.isForRedeclaration()) { in LookupDirect()
1260 if (!R.isForRedeclaration()) in CppLookupName()
1329 if (R.isForRedeclaration() && !Ctx->isTransparentContext()) in CppLookupName()
1334 if (R.isForRedeclaration() && Ctx && !Ctx->isTransparentContext()) in CppLookupName()
2055 if (R.isForRedeclaration()) in LookupQualifiedName()
H A DSemaDecl.cpp14672 !Previous.isForRedeclaration()) { in ActOnTag()
H A DSemaExpr.cpp2519 S, Lookup.isForRedeclaration(), in LookupInObjCMethod()