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

/external/clang/include/clang/Sema/
H A DTypoCorrection.h255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo),
299 bool IsAddressOfOperand; member in class:clang::CorrectionCandidateCallback
/external/clang/lib/Parse/
H A DParser.cpp1321 /// \param IsAddressOfOperand Must be \c true if the name is preceded by an '&'
1326 Parser::TryAnnotateName(bool IsAddressOfOperand, argument
1366 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand,
/external/clang/lib/Sema/
H A DSemaDecl.cpp734 bool IsAddressOfOperand,
891 NameInfo, IsAddressOfOperand,
732 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, bool IsAddressOfOperand, std::unique_ptr<CorrectionCandidateCallback> CCC) argument
H A DTreeTransform.h636 bool IsAddressOfOperand,
640 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
2398 bool IsAddressOfOperand,
2408 SS, NameInfo, IsAddressOfOperand, RecoveryTSI);
8968 return TransformDependentScopeDeclRefExpr(E, /*IsAddressOfOperand=*/false,
8976 bool IsAddressOfOperand,
9004 IsAddressOfOperand, RecoveryTSI);
9014 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand,
2393 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
8974 TransformDependentScopeDeclRefExpr( DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
H A DSemaExpr.cpp2048 bool HasTrailingLParen, bool IsAddressOfOperand,
2051 assert(!(IsAddressOfOperand && HasTrailingLParen) &&
2093 IsAddressOfOperand, TemplateArgs);
2112 IsAddressOfOperand, TemplateArgs);
2121 IsAddressOfOperand, TemplateArgs);
2165 DefaultValidator->IsAddressOfOperand = IsAddressOfOperand;
2166 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) &&
2246 if (!IsAddressOfOperand)
2046 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, std::unique_ptr<CorrectionCandidateCallback> CCC, bool IsInlineAsmIdentifier, Token *KeywordReplacement) argument
2286 BuildQualifiedDeclarationNameExpr(CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
[all...]

Completed in 6278 milliseconds