A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://clang.llvm.org/doxygen/structclang_1_1UserDefinedConversionSequence.html below:

clang: clang::UserDefinedConversionSequence Struct Reference

UserDefinedConversionSequence - Represents a user-defined conversion sequence (C++ 13.3.3.1.2). More...

#include "clang/Sema/Overload.h"

void  dump () const   dump - Print this user-defined conversion sequence to standard error.
  StandardConversionSequence  Before   Represents the standard conversion that occurs before the actual user-defined conversion.
  bool  EllipsisConversion: 1   EllipsisConversion - When this is true, it means user-defined conversion sequence starts with a ... (ellipsis) conversion, instead of a standard conversion.
  bool  HadMultipleCandidates: 1   HadMultipleCandidates - When this is true, it means that the conversion function was resolved from an overloaded set having size greater than 1.
  StandardConversionSequence  After   After - Represents the standard conversion that occurs after the actual user-defined conversion.
  FunctionDeclConversionFunction   ConversionFunction - The function that will perform the user-defined conversion.
  DeclAccessPair  FoundConversionFunction   The declaration that we found via name lookup, which might be the same as ConversionFunction or it might be a using declaration that refers to ConversionFunction.
 

UserDefinedConversionSequence - Represents a user-defined conversion sequence (C++ 13.3.3.1.2).

Definition at line 422 of file Overload.h.

◆ dump() void UserDefinedConversionSequence::dump ( ) const ◆ After ◆ Before ◆ ConversionFunction FunctionDecl* clang::UserDefinedConversionSequence::ConversionFunction ◆ EllipsisConversion bool clang::UserDefinedConversionSequence::EllipsisConversion ◆ FoundConversionFunction DeclAccessPair clang::UserDefinedConversionSequence::FoundConversionFunction ◆ HadMultipleCandidates bool clang::UserDefinedConversionSequence::HadMultipleCandidates

The documentation for this struct was generated from the following files:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4