Searched refs:isFunctionDecl (Results 1 – 2 of 2) sorted by relevance
524 bool isFunctionDecl = CF && CF->isDeclaration(); in lowerCall() local530 if (isFunctionDecl && !DemangledName.empty() && in lowerCall()548 if (isFunctionDecl && !GR->find(CF, &MF).isValid()) { in lowerCall()
1230 static bool isFunctionDecl(clang::DeclContext &context) { in isFunctionDecl() 1400 if (isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForSimpleContext() 1424 if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForContext() 1229 static bool isFunctionDecl(clang::DeclContext &context) { isFunctionDecl() function