HomeSort by relevance Sort by last modified time
    Searched refs:ConversionFunction (Results 1 - 22 of 22) sorted by null

  /external/clang/include/clang/Index/
IndexSymbol.h 53 ConversionFunction,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 53 ConversionFunction,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 53 ConversionFunction,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 53 ConversionFunction,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 53 ConversionFunction,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 53 ConversionFunction,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 53 ConversionFunction,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 53 ConversionFunction,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 53 ConversionFunction,
  /external/clang/lib/Index/
IndexSymbol.cpp 177 Info.Kind = SymbolKind::ConversionFunction;
205 Info.Kind = SymbolKind::ConversionFunction;
339 case SymbolKind::ConversionFunction: return "coversion-func";
  /external/clang/include/clang/Sema/
Overload.h 271 /// ConversionFunction - The function that will perform the
274 FunctionDecl* ConversionFunction;
277 /// the same as \c ConversionFunction or it might be a using declaration
278 /// that refers to \c ConversionFunction.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 282 /// ConversionFunction - The function that will perform the
285 FunctionDecl* ConversionFunction;
288 /// the same as \c ConversionFunction or it might be a using declaration
289 /// that refers to \c ConversionFunction.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 282 /// ConversionFunction - The function that will perform the
285 FunctionDecl* ConversionFunction;
288 /// the same as \c ConversionFunction or it might be a using declaration
289 /// that refers to \c ConversionFunction.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 282 /// ConversionFunction - The function that will perform the
285 FunctionDecl* ConversionFunction;
288 /// the same as \c ConversionFunction or it might be a using declaration
289 /// that refers to \c ConversionFunction.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 282 /// ConversionFunction - The function that will perform the
285 FunctionDecl* ConversionFunction;
288 /// the same as \c ConversionFunction or it might be a using declaration
289 /// that refers to \c ConversionFunction.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 282 /// ConversionFunction - The function that will perform the
285 FunctionDecl* ConversionFunction;
288 /// the same as \c ConversionFunction or it might be a using declaration
289 /// that refers to \c ConversionFunction.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 282 /// ConversionFunction - The function that will perform the
285 FunctionDecl* ConversionFunction;
288 /// the same as \c ConversionFunction or it might be a using declaration
289 /// that refers to \c ConversionFunction.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 282 /// ConversionFunction - The function that will perform the
285 FunctionDecl* ConversionFunction;
288 /// the same as \c ConversionFunction or it might be a using declaration
289 /// that refers to \c ConversionFunction.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 282 /// ConversionFunction - The function that will perform the
285 FunctionDecl* ConversionFunction;
288 /// the same as \c ConversionFunction or it might be a using declaration
289 /// that refers to \c ConversionFunction.
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 488 if (ConversionFunction)
489 OS << '\'' << *ConversionFunction << '\'';
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp     [all...]

Completed in 679 milliseconds