Searched defs:IsAddressOfOperand (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DTypoCorrection.h254 IsAddressOfOperand(false) {}
290 bool IsAddressOfOperand; member in class:clang::CorrectionCandidateCallback
/external/clang/lib/Parse/
H A DParser.cpp1318 /// \param IsAddressOfOperand Must be \c true if the name is preceded by an '&'
1323 Parser::TryAnnotateName(bool IsAddressOfOperand, argument
1364 IsAddressOfOperand, SS.isEmpty() ? CCC : nullptr);
/external/clang/lib/Sema/
H A DSemaDecl.cpp687 bool IsAddressOfOperand,
844 NameInfo, IsAddressOfOperand,
682 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC) argument
H A DTreeTransform.h609 bool IsAddressOfOperand,
613 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
2341 bool IsAddressOfOperand,
2351 SS, NameInfo, IsAddressOfOperand, RecoveryTSI);
8460 return TransformDependentScopeDeclRefExpr(E, /*IsAddressOfOperand=*/false,
8468 bool IsAddressOfOperand,
8496 IsAddressOfOperand, RecoveryTSI);
8506 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand,
2336 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
8466 TransformDependentScopeDeclRefExpr( DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
H A DSemaExpr.cpp1998 bool IsAddressOfOperand,
2001 assert(!(IsAddressOfOperand && HasTrailingLParen) &&
2043 IsAddressOfOperand, TemplateArgs);
2062 IsAddressOfOperand, TemplateArgs);
2071 IsAddressOfOperand, TemplateArgs);
2113 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand;
2114 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) &&
2165 if (!IsAddressOfOperand)
1993 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC, bool IsInlineAsmIdentifier) argument
2205 BuildQualifiedDeclarationNameExpr(CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
[all...]

Completed in 1634 milliseconds