Home
last modified time | relevance | path

Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo), in WantTypeSpecifiers()
299 bool IsAddressOfOperand; variable
H A DSemaInternal.h204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
H A DSema.h1570 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 DParser.cpp1325 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument
1365 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand, in TryAnnotateName()
H A DParseExpr.cpp912 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2340 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 DSemaExpr.cpp2003 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 DTreeTransform.h636 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 DSemaTemplateDeduction.cpp3020 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
3041 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
H A DSemaLookup.cpp4417 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
H A DSemaDecl.cpp693 bool IsAddressOfOperand, in ClassifyName() argument
850 NameInfo, IsAddressOfOperand, in ClassifyName()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h588 TryAnnotateName(bool IsAddressOfOperand,