Searched refs:isExternC (Results 1 – 10 of 10) sorted by relevance
594 if ((D->getName().find("stdin") != StringRef::npos) && D->isExternC()) in isStdin()
197 if (!Ctx.getLangOpts().CPlusPlus || D->isExternC()) in VisitFunctionDecl()
1184 bool VarDecl::isExternC() const { in isExternC() function in VarDecl1706 bool FunctionDecl::isExternC() const { in isExternC() function in FunctionDecl2414 if (isExternC()) { in getMemoryFunctionKind()
159 Old->isExternC()) { in CheckEquivalentExceptionSpec()
4191 if (CurContext->isFunctionOrMethod() && NewVD->isExternC() && in ActOnVariableDeclarator()4241 if (shadowedVar->isExternC()) { in CheckShadow()4390 if (Previous.empty() && NewVD->isExternC()) { in CheckVariableDeclaration()5632 if (CurContext->isFunctionOrMethod() && NewFD->isExternC() in ActOnFunctionDeclarator()5699 if (Previous.empty() && NewFD->isExternC()) { in CheckFunctionDeclaration()5883 if (NewFD->isExternC()) { in CheckFunctionDeclaration()
895 if (Old->isExternC() && New->isExternC()) in IsOverload()
9510 if (FnDecl->isExternC()) { in CheckLiteralOperatorDeclaration()
3507 FDecl && FDecl->isExternC()) { in GatherArgumentsForCall()
904 bool isExternC() const;1789 bool isExternC() const;
4010 if (!FD->isExternC() || FD->isMain()) { in getFunctionSourceLocation()