HomeSort by: relevance | last modified time | path
    Searched defs:Conversions (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 83 /// of conversions will (as always) be indexed by argument, so will be
103 /// match with the table titled 'Conversions' in [over.ics.scs] and are listed
121 /// Qualification conversions (C++ [conv.qual])
133 /// Integral conversions (C++ [conv.integral])
136 /// Floating point conversions (C++ [conv.double]
139 /// Complex conversions (C99 6.3.1.6)
142 /// Floating-integral conversions (C++ [conv.fpint])
145 /// Pointer conversions (C++ [conv.ptr])
148 /// Pointer-to-member conversions (C++ [conv.mem])
151 /// Boolean conversions (C++ [conv.bool]
    [all...]
Sema.h 771 /// we won't know until all lvalue-to-rvalue and discarded value conversions
3391 Conversions,
3527 /// Emits a note for one of the candidate conversions.
3654 ConversionSequenceList &Conversions, bool SuppressUserConversions,
6608 /// any implicit conversions such as an lvalue-to-rvalue conversion if
8365 /// Checking non-dependent argument conversions failed.
11261 /// syntactically ignored, perform any conversions that are
11373 // operands and then handles various conversions that are common to binary
11510 /// conversions necessary to perform the assignment. If \c false,
11672 /// The conversions that would be performed on an lvalue of type T2 whe
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 316 LazyASTUnresolvedSet Conversions;
1076 return data().Conversions.get(getASTContext()).begin();
1080 return data().Conversions.get(getASTContext()).end();
2618 /// used for user-defined conversions.

Completed in 76 milliseconds