Home
last modified time | relevance | path

Searched refs:isPlaceholder (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp329 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()
H A DSymbols.h166 bool isPlaceholder() const { return symbolKind == PlaceholderKind; } in isPlaceholder() function
H A DLTO.cpp209 if (sym->isPlaceholder()) in BitcodeCompiler()
H A DDriver.cpp2358 if (!sym->isPlaceholder() && pat->match(sym->getName())) in handleUndefinedGlob()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp179 bool isPlaceholder() const { in isPlaceholder() function
182 bool isPlaceholder(BuiltinType::Kind K) const { in isPlaceholder() function
215 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()
H A DSemaDecl.cpp7562 SC != SC_Static && SC != SC_Extern && II && II->isPlaceholder()) { in ActOnVariableDeclarator()
15461 !Parameter->getIdentifier()->isPlaceholder()) { in DiagnoseUnusedParameters()
H A DSemaDeclCXX.cpp918 DC->isFunctionOrMethod() && VarName->isPlaceholder(); in ActOnDecompositionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h561 bool isPlaceholder() const { in isPlaceholder() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1104 !getIdentifier()->isPlaceholder()) in isPlaceholderVar()