| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo), in WantTypeSpecifiers() 299 bool IsAddressOfOperand; variable
|
| H A D | SemaInternal.h | 204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
|
| H A D | Sema.h | 1570 bool IsAddressOfOperand, 3493 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, 3552 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | Parser.cpp | 1325 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument 1365 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand, in TryAnnotateName()
|
| H A D | ParseExpr.cpp | 912 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2340 bool IsAddressOfOperand; member 2361 Result.IsAddressOfOperand = true; in find() 2365 Result.IsAddressOfOperand = false; in find()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2003 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument 2006 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression() 2048 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2067 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2076 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2120 DefaultValidator->IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression() 2121 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression() 2201 if (!IsAddressOfOperand) in ActOnIdExpression() 2243 bool IsAddressOfOperand, in BuildQualifiedDeclarationNameExpr() argument 2308 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr()
|
| H A D | TreeTransform.h | 636 bool IsAddressOfOperand, 640 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand, 2400 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument 2410 SS, NameInfo, IsAddressOfOperand, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 8937 bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument 8965 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() 8975 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
|
| H A D | SemaTemplateDeduction.cpp | 3020 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 3041 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
| H A D | SemaLookup.cpp | 4417 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
| H A D | SemaDecl.cpp | 693 bool IsAddressOfOperand, in ClassifyName() argument 850 NameInfo, IsAddressOfOperand, in ClassifyName()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 588 TryAnnotateName(bool IsAddressOfOperand,
|