Home
last modified time | relevance | path

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

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