Searched defs:isPlaceholder (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp109 bool isPlaceholder() const { function in struct:__anon171::CastOperation
112 bool isPlaceholder(BuiltinType::Kind K) const { function in struct:__anon171::CastOperation
132 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload))
535 else if (isPlaceholder())
669 else if (isPlaceholder())
687 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload))
723 if (isPlaceholder()) {
749 !isPlaceholder(BuiltinType::Overload)) {
1784 if (isPlaceholder()) {
[all...]

Completed in 58 milliseconds