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

  /external/clang/test/SemaCXX/
for-range-no-std.cpp 17 struct ADL {};
23 iter begin(ADL); // expected-note {{not viable}}
24 iter end(ADL);
36 for (int b : NS::ADL()) {} // ok
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 38 // As well as all the fun with ADL.
40 namespace ADL {
57 ADL::Outer o;
58 ADL::Inner i;
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 236 class ADL {};
237 int *begin(ADL); // expected-note {{no known conversion from 'NS::NoADL' to 'NS::ADL'}}
238 int *end(ADL);
250 for (auto u : NS::ADL()) {
  /external/clang/lib/AST/
ExprCXX.cpp 218 bool ADL,
232 ADL, /*Overload*/ true, Args,
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 407 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExprCXX.h 422 /// Since literal operators are never found by ADL and can only be declared at
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDecl.cpp 817 // In C++, this is an ADL-only call.
820 return BuildDeclarationNameExpr(SS, Result, /*ADL=*/true);
    [all...]

Completed in 1053 milliseconds