Home
last modified time | relevance | path

Searched defs:IsAmbiguous (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp11.0x.copy.cpp59 struct IsAmbiguous { struct
61 …Ambiguity A; // expected-note 2{{copy constructor of 'IsAmbiguous' is implicitly deleted because f… argument
Dp11.0x.move.cpp53 struct IsAmbiguous { struct
55IsAmbiguous(IsAmbiguous&&); // expected-note{{copy constructor is implicitly deleted because 'IsAm… argument
/external/clang/lib/Tooling/
DFileMatchTrie.cpp101 bool &IsAmbiguous, in findEquivalent()
184 bool IsAmbiguous = false; in findEquivalent() local
/external/clang/lib/Parse/
DParseTentative.cpp1585 bool Parser::isCXXFunctionDeclarator(bool *IsAmbiguous) { in isCXXFunctionDeclarator()
DParseDecl.cpp5112 bool IsAmbiguous = false; in ParseDirectDeclarator() local
5267 bool IsAmbiguous, in ParseFunctionDeclarator()
/external/clang/include/clang/Lex/
DMacroInfo.h338 bool IsAmbiguous : 1; variable
/external/clang/include/clang/Parse/
DParser.h1851 bool IsAmbiguous; in isTypeIdUnambiguously() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2858 IsAmbiguous = 2, enumerator
/external/clang/lib/Serialization/
DASTReader.cpp1905 bool IsAmbiguous = Record[Idx++]; in installPCHMacroDirectives() local