Home
last modified time | relevance | path

Searched defs:IsAddressOfOperand (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h337 bool IsAddressOfOperand = false; variable
/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp288 isPotentialImplicitMemberAccess(const CXXScopeSpec & SS,LookupResult & R,bool IsAddressOfOperand) isPotentialImplicitMemberAccess() argument
H A DTreeTransform.h3476 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 DSemaExpr.cpp2644 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 DSemaTemplate.cpp5667 BuildQualifiedTemplateIdExpr(CXXScopeSpec & SS,SourceLocation TemplateKWLoc,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs,bool IsAddressOfOperand) BuildQualifiedTemplateIdExpr() argument
H A DSemaDecl.cpp1238 ActOnNameClassifiedAsDependentNonType(const CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,bool IsAddressOfOperand) ActOnNameClassifiedAsDependentNonType() argument
/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3349 ParseOpenMPParensExpr(StringRef ClauseName,SourceLocation & RLoc,bool IsAddressOfOperand) ParseOpenMPParensExpr() argument
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3033 bool IsAddressOfOperand = false; global() member