Home
last modified time | relevance | path

Searched defs:IsAmbiguous (Results 1 – 8 of 8) 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.cpp99 bool &IsAmbiguous, in findEquivalent()
180 bool IsAmbiguous = false; in findEquivalent() local
/external/clang/lib/Parse/
DParseTentative.cpp1558 bool Parser::isCXXFunctionDeclarator(bool *IsAmbiguous) { in isCXXFunctionDeclarator()
DParseDecl.cpp4906 bool IsAmbiguous = false; in ParseDirectDeclarator() local
5061 bool IsAmbiguous, in ParseFunctionDeclarator()
/external/clang/include/clang/Lex/
DMacroInfo.h356 bool IsAmbiguous : 1; variable
/external/clang/include/clang/Parse/
DParser.h1870 bool IsAmbiguous; in isTypeIdUnambiguously() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2539 IsAmbiguous = 2, enumerator