Searched refs:isPlaceholder (Results 1 – 9 of 9) sorted by relevance
329 assert(!sym.isLocal() || sym.isPlaceholder()); in computeIsPreemptible()406 if (isPlaceholder() || (isShared() && other.visibility() != STV_DEFAULT) || in resolve()620 if (isPlaceholder()) { in resolve()658 if (isPlaceholder()) { in resolve()
166 bool isPlaceholder() const { return symbolKind == PlaceholderKind; } in isPlaceholder() function
209 if (sym->isPlaceholder()) in BitcodeCompiler()
2358 if (!sym->isPlaceholder() && pat->match(sym->getName())) in handleUndefinedGlob()
179 bool isPlaceholder() const { in isPlaceholder() function182 bool isPlaceholder(BuiltinType::Kind K) const { in isPlaceholder() function215 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()843 else if (isPlaceholder()) in CheckDynamicCast()1018 else if (isPlaceholder()) in CheckConstCast()1267 if (ValueKind == VK_PRValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()1315 if (isPlaceholder()) { in CheckStaticCast()1341 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()2755 if (isPlaceholder()) { in CheckCXXCStyleCast()2804 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
7562 SC != SC_Static && SC != SC_Extern && II && II->isPlaceholder()) { in ActOnVariableDeclarator()15461 !Parameter->getIdentifier()->isPlaceholder()) { in DiagnoseUnusedParameters()
918 DC->isFunctionOrMethod() && VarName->isPlaceholder(); in ActOnDecompositionDeclarator()
561 bool isPlaceholder() const { in isPlaceholder() function
1104 !getIdentifier()->isPlaceholder()) in isPlaceholderVar()