Searched refs:isExternC (Results 1 – 16 of 16) sorted by relevance
59 static bool isExternC(const NamedDecl *ND) { in isExternC() function61 return FD->isExternC(); in isExternC()62 return cast<VarDecl>(ND)->isExternC(); in isExternC()74 if (Context.getLangOpts().CPlusPlus && !isExternC(ND) && in getCallingConvMangling()
1866 bool VarDecl::isExternC() const { in isExternC() function in VarDecl2518 bool FunctionDecl::isExternC() const { in isExternC() function in FunctionDecl3273 if (isExternC()) { in getMemoryFunctionKind()
73 if (VD->isExternC()) in getEffectiveDeclContext()77 if (FD->isExternC()) in getEffectiveDeclContext()442 if (VD->isExternC()) in shouldMangleCXXName()
350 if (VD->isExternC()) in shouldMangleCXXName()
248 REGISTER_MATCHER(isExternC); in RegistryMaps()
2681 AST_MATCHER(FunctionDecl, isExternC) { in AST_MATCHER() argument2682 return Node.isExternC(); in AST_MATCHER()
597 if ((D->getName().find("stdin") != StringRef::npos) && D->isExternC()) in isStdin()
211 if (!Ctx.getLangOpts().CPlusPlus || D->isExternC()) in VisitFunctionDecl()
254 Old->isExternC()) { in CheckEquivalentExceptionSpec()
2576 !(Old->isExternC() && New->isExternC())) in MergeFunctionDecl()5392 return D->isExternC(); in isIncompleteDeclExternC()6031 if (shadowedVar->isExternC()) { in CheckShadow()8158 if (Previous.empty() && NewFD->isExternC()) { in CheckFunctionDeclaration()9147 VDecl->isExternC())) && in AddInitializerToDecl()
5062 if (VD->isExternC()) in ProcessPragmaWeak()5065 if (FD->isExternC()) in ProcessPragmaWeak()
11704 if (FnDecl->isExternC()) { in CheckLiteralOperatorDeclaration()
4467 FDecl->isExternC()) { in GatherArgumentsForCall()
925 bool isExternC() const;1869 bool isExternC() const;
1579 EXPECT_TRUE(matches("extern \"C\" void f() {}", functionDecl(isExternC()))); in TEST()1581 functionDecl(isExternC()))); in TEST()1582 EXPECT_TRUE(notMatches("void f() {}", functionDecl(isExternC()))); in TEST()
3082 if (FD->isExternC() && !FD->isMain()) { in getFunctionSourceLocation()3110 if (FD->isExternC() && !FD->isMain()) { in RewriteLineDirective()