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.cpp352 assert(!sym.isLocal() || sym.isPlaceholder()); in computeIsPreemptible()
407 if (isPlaceholder() || (isShared() && other.visibility() != STV_DEFAULT) || in resolve()
627 if (isPlaceholder()) { in resolve()
667 if (isPlaceholder()) { in resolve()
H A DSymbols.h189 bool isPlaceholder() const { return symbolKind == PlaceholderKind; } in isPlaceholder() function
H A DLTO.cpp203 if (sym->isPlaceholder()) in BitcodeCompiler()
H A DDriver.cpp2182 if (!sym->isPlaceholder() && pat->match(sym->getName())) in handleUndefinedGlob()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp146 bool isPlaceholder() const { in isPlaceholder() function
149 bool isPlaceholder(BuiltinType::Kind K) const { in isPlaceholder() function
172 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()
793 else if (isPlaceholder()) in CheckDynamicCast()
968 else if (isPlaceholder()) in CheckConstCast()
1194 if (ValueKind == VK_PRValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()
1241 if (isPlaceholder()) { in CheckStaticCast()
1267 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
2722 if (isPlaceholder()) { in CheckCXXCStyleCast()
2763 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
H A DSemaDecl.cpp7384 SC != SC_Static && SC != SC_Extern && II && II->isPlaceholder()) { in ActOnVariableDeclarator()
15032 !Parameter->getIdentifier()->isPlaceholder()) { in DiagnoseUnusedParameters()
H A DSemaDeclCXX.cpp909 DC->isFunctionOrMethod() && VarName->isPlaceholder(); in ActOnDecompositionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h553 bool isPlaceholder() const { in isPlaceholder() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1098 !getIdentifier()->isPlaceholder()) in isPlaceholderVar()