Home
last modified time | relevance | path

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

/llvm-project/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.cpp65 struct IsAmbiguous { struct
67IsAmbiguous(IsAmbiguous&&); // expected-note{{copy constructor is implicitly deleted because 'IsAm… argument
/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp106 bool &IsAmbiguous, in findEquivalent()
202 bool IsAmbiguous = false; in findEquivalent() local
/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1993 isCXXFunctionDeclarator(bool * IsAmbiguous,ImplicitTypenameContext AllowImplicitTypename) isCXXFunctionDeclarator() argument
H A DParseDecl.cpp7154 bool IsAmbiguous = false; ParseDirectDeclarator() local
7486 ParseFunctionDeclarator(Declarator & D,ParsedAttributes & FirstArgAttrs,BalancedDelimiterTracker & Tracker,bool IsAmbiguous,bool RequiresArg) ParseFunctionDeclarator() argument
/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h597 bool IsAmbiguous) in MacroDefinition()
H A DPreprocessor.h834 bool IsAmbiguous = false; global() member
/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp227 bool IsAmbiguous = false; updateModuleMacroInfo() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8650 EmitAllDiagnostics(bool IsAmbiguous) EmitAllDiagnostics() argument
8728 CheckForRecursiveTypos(ExprResult Res,bool & IsAmbiguous) CheckForRecursiveTypos() argument
8783 RecursiveTransformLoop(Expr * E,bool & IsAmbiguous) RecursiveTransformLoop() argument
8897 bool IsAmbiguous = false; Transform() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3614 IsAmbiguous = 2, global() enumerator