/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 851 createLambdaInitCaptureVarDecl(SourceLocation Loc,QualType InitCaptureType,SourceLocation EllipsisLoc,IdentifierInfo * Id,unsigned InitStyle,Expr * Init,DeclContext * DeclCtx) createLambdaInitCaptureVarDecl() argument 1189 unsigned InitStyle; ActOnLambdaExpressionAfterIntroducer() local
|
H A D | SemaDecl.cpp | 18189 HandleField(Scope * S,RecordDecl * Record,SourceLocation DeclStart,Declarator & D,Expr * BitWidth,InClassInitStyle InitStyle,AccessSpecifier AS) HandleField() argument 18285 CheckFieldDecl(DeclarationName Name,QualType T,TypeSourceInfo * TInfo,RecordDecl * Record,SourceLocation Loc,bool Mutable,Expr * BitWidth,InClassInitStyle InitStyle,SourceLocation TSSL,AccessSpecifier AS,NamedDecl * PrevDecl,Declarator * D) CheckFieldDecl() argument
|
H A D | SemaExprCXX.cpp | 2041 CXXNewInitializationStyle InitStyle; BuildCXXNew() local [all...] |
H A D | SemaDeclCXX.cpp | 3322 ActOnCXXMemberDeclarator(Scope * S,AccessSpecifier AS,Declarator & D,MultiTemplateParamsArg TemplateParameterLists,Expr * BW,const VirtSpecifiers & VS,InClassInitStyle InitStyle) ActOnCXXMemberDeclarator() argument 18886 HandleMSProperty(Scope * S,RecordDecl * Record,SourceLocation DeclStart,Declarator & D,Expr * BitWidth,InClassInitStyle InitStyle,AccessSpecifier AS,const ParsedAttr & MSPropertyAttr) HandleMSProperty() argument
|
/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 2338 CXXNewInitializationStyle InitStyle = E->getInitializationStyle(); VisitCXXNewExpr() local
|
H A D | Decl.cpp | 4537 Create(const ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,Expr * BW,bool Mutable,InClassInitStyle InitStyle) Create() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 3132 FieldDecl(Kind DK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,Expr * BW,bool Mutable,InClassInitStyle InitStyle) FieldDecl() argument
|