Searched defs:IsAddressOfOperand (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 337 bool IsAddressOfOperand = false; variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 288 isPotentialImplicitMemberAccess(const CXXScopeSpec & SS,LookupResult & R,bool IsAddressOfOperand) isPotentialImplicitMemberAccess() argument
|
H A D | TreeTransform.h | 3476 RebuildDependentScopeDeclRefExpr(NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs,bool IsAddressOfOperand,TypeSourceInfo ** RecoveryTSI) RebuildDependentScopeDeclRefExpr() argument 13629 TransformUnresolvedLookupExpr(UnresolvedLookupExpr * Old,bool IsAddressOfOperand) TransformUnresolvedLookupExpr() argument 14062 TransformDependentScopeDeclRefExpr(DependentScopeDeclRefExpr * E,bool IsAddressOfOperand,TypeSourceInfo ** RecoveryTSI) TransformDependentScopeDeclRefExpr() argument [all...] |
H A D | SemaExpr.cpp | 2644 ActOnIdExpression(Scope * S,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,UnqualifiedId & Id,bool HasTrailingLParen,bool IsAddressOfOperand,CorrectionCandidateCallback * CCC,bool IsInlineAsmIdentifier,Token * KeywordReplacement) ActOnIdExpression() argument 2865 BuildQualifiedDeclarationNameExpr(CXXScopeSpec & SS,const DeclarationNameInfo & NameInfo,bool IsAddressOfOperand,TypeSourceInfo ** RecoveryTSI) BuildQualifiedDeclarationNameExpr() argument [all...] |
H A D | SemaTemplate.cpp | 5667 BuildQualifiedTemplateIdExpr(CXXScopeSpec & SS,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs,bool IsAddressOfOperand) BuildQualifiedTemplateIdExpr() argument
|
H A D | SemaDecl.cpp | 1238 ActOnNameClassifiedAsDependentNonType(const CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,bool IsAddressOfOperand) ActOnNameClassifiedAsDependentNonType() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3349 ParseOpenMPParensExpr(StringRef ClauseName,SourceLocation & RLoc,bool IsAddressOfOperand) ParseOpenMPParensExpr() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 3033 bool IsAddressOfOperand = false; global() member
|