HomeSort by relevance Sort by last modified time
    Searched refs:IsAmbiguous (Results 1 - 25 of 43) sorted by null

1 2

  /external/clang/test/CXX/special/class.copy/
p11.0x.move.cpp 53 struct IsAmbiguous {
55 IsAmbiguous(IsAmbiguous&&); // expected-note{{copy constructor is implicitly deleted because 'IsAmbiguous' has a user-declared move constructor}}
57 IsAmbiguous::IsAmbiguous(IsAmbiguous&&) = default; // expected-error{{would delete}}
63 IsAmbiguous IA; // expected-note{{deleted because field 'IA' has a deleted move constructor}}
p11.0x.copy.cpp 59 struct IsAmbiguous {
61 Ambiguity A; // expected-note 2{{copy constructor of 'IsAmbiguous' is implicitly deleted because field 'A' has multiple copy constructors}}
62 IsAmbiguous();
64 IsAmbiguous IAa;
65 IsAmbiguous IAb(IAa); // expected-error{{call to implicitly-deleted copy constructor}}
68 IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because field 'IA' has a deleted copy constructor}}
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 81 /// If multiple paths fit 'FileName' equally well, \c IsAmbiguous is set to
101 bool &IsAmbiguous,
114 Comparator, FileName, IsAmbiguous,
116 if (!Result.empty() || IsAmbiguous)
127 IsAmbiguous = true;
184 bool IsAmbiguous = false;
185 StringRef Result = Root->findEquivalent(*Comparator, FileName, IsAmbiguous);
186 if (IsAmbiguous)
  /external/clang/include/clang/Lex/
MacroInfo.h 570 bool IsAmbiguous)
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {}
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
Preprocessor.h 376 : MD(MD), ActiveModuleMacrosGeneration(0), IsAmbiguous(false) {}
386 bool IsAmbiguous;
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
449 return Info ? Info->IsAmbiguous : false;
472 Info->IsAmbiguous = false;
827 S.isAmbiguous(*this, II));
842 S.isAmbiguous(*this, II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 570 bool IsAmbiguous)
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {}
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
Preprocessor.h 374 : MD(MD), ActiveModuleMacrosGeneration(0), IsAmbiguous(false) {}
384 bool IsAmbiguous;
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
449 return Info ? Info->IsAmbiguous : false;
472 Info->IsAmbiguous = false;
830 S.isAmbiguous(*this, II));
845 S.isAmbiguous(*this, II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 570 bool IsAmbiguous)
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {}
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
Preprocessor.h 374 : MD(MD), ActiveModuleMacrosGeneration(0), IsAmbiguous(false) {}
384 bool IsAmbiguous;
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
449 return Info ? Info->IsAmbiguous : false;
472 Info->IsAmbiguous = false;
830 S.isAmbiguous(*this, II));
845 S.isAmbiguous(*this, II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 570 bool IsAmbiguous)
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {}
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
Preprocessor.h 374 : MD(MD), ActiveModuleMacrosGeneration(0), IsAmbiguous(false) {}
384 bool IsAmbiguous;
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
449 return Info ? Info->IsAmbiguous : false;
472 Info->IsAmbiguous = false;
830 S.isAmbiguous(*this, II));
845 S.isAmbiguous(*this, II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 570 bool IsAmbiguous)
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {}
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
Preprocessor.h 374 : MD(MD), ActiveModuleMacrosGeneration(0), IsAmbiguous(false) {}
384 bool IsAmbiguous;
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
449 return Info ? Info->IsAmbiguous : false;
472 Info->IsAmbiguous = false;
830 S.isAmbiguous(*this, II));
845 S.isAmbiguous(*this, II));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 570 bool IsAmbiguous)
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {}
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
Preprocessor.h 374 : MD(MD), ActiveModuleMacrosGeneration(0), IsAmbiguous(false) {}
384 bool IsAmbiguous;
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
449 return Info ? Info->IsAmbiguous : false;
472 Info->IsAmbiguous = false;
830 S.isAmbiguous(*this, II));
845 S.isAmbiguous(*this, II));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 570 bool IsAmbiguous)
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {}
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
Preprocessor.h 374 : MD(MD), ActiveModuleMacrosGeneration(0), IsAmbiguous(false) {}
384 bool IsAmbiguous;
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
449 return Info ? Info->IsAmbiguous : false;
472 Info->IsAmbiguous = false;
830 S.isAmbiguous(*this, II));
845 S.isAmbiguous(*this, II));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 570 bool IsAmbiguous)
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {}
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
Preprocessor.h 374 : MD(MD), ActiveModuleMacrosGeneration(0), IsAmbiguous(false) {}
384 bool IsAmbiguous;
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
449 return Info ? Info->IsAmbiguous : false;
472 Info->IsAmbiguous = false;
830 S.isAmbiguous(*this, II));
845 S.isAmbiguous(*this, II));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 570 bool IsAmbiguous)
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {}
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); }
Preprocessor.h 374 : MD(MD), ActiveModuleMacrosGeneration(0), IsAmbiguous(false) {}
384 bool IsAmbiguous;
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
449 return Info ? Info->IsAmbiguous : false;
472 Info->IsAmbiguous = false;
830 S.isAmbiguous(*this, II));
845 S.isAmbiguous(*this, II));
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 482 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) {
484 isAmbiguous = false;
522 isAmbiguous = true;
531 isAmbiguous = true;
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 180 bool IsAmbiguous = false;
203 IsAmbiguous = true;
208 Info.IsAmbiguous = IsAmbiguous && !IsSystemMacro;
222 if (State && State->isAmbiguous(*this, II))
495 if (M.isAmbiguous()) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 4043 milliseconds

1 2