/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4388 GenericSelectionExpr(const ASTContext &,SourceLocation GenericLoc,Expr * ControllingExpr,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack,unsigned ResultIndex) GenericSelectionExpr() argument 4415 GenericSelectionExpr(const ASTContext &,SourceLocation GenericLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack,unsigned ResultIndex) GenericSelectionExpr() argument 4443 GenericSelectionExpr(const ASTContext & Context,SourceLocation GenericLoc,Expr * ControllingExpr,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack) GenericSelectionExpr() argument 4468 GenericSelectionExpr(const ASTContext & Context,SourceLocation GenericLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack) GenericSelectionExpr() argument 4496 Create(const ASTContext & Context,SourceLocation GenericLoc,Expr * ControllingExpr,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack,unsigned ResultIndex) Create() argument 4510 Create(const ASTContext & Context,SourceLocation GenericLoc,Expr * ControllingExpr,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack) Create() argument 4524 Create(const ASTContext & Context,SourceLocation GenericLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack,unsigned ResultIndex) Create() argument 4539 Create(const ASTContext & Context,SourceLocation GenericLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > AssocTypes,ArrayRef<Expr * > AssocExprs,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool ContainsUnexpandedParameterPack) Create() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 966 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. ParseDefaultStatement() local
|
H A D | ParseExpr.cpp | 3472 SourceLocation DefaultLoc; ParseGenericSelectionExpression() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RefactoringTest.cpp | 1096 SourceLocation DefaultLoc; global() member in clang::tooling::AtomicChangeTest [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 2855 SourceLocation DefaultLoc; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 552 ActOnDefaultStmt(SourceLocation DefaultLoc,SourceLocation ColonLoc,Stmt * SubStmt,Scope * CurScope) ActOnDefaultStmt() argument
|
H A D | SemaDeclCXX.cpp | 6667 DefineDefaultedFunction(Sema & S,FunctionDecl * FD,SourceLocation DefaultLoc) DefineDefaultedFunction() argument 7527 CheckExplicitlyDefaultedSpecialMember(CXXMethodDecl * MD,CXXSpecialMemberKind CSM,SourceLocation DefaultLoc) CheckExplicitlyDefaultedSpecialMember() argument 17914 SetDeclDefaulted(Decl * Dcl,SourceLocation DefaultLoc) SetDeclDefaulted() argument [all...] |
H A D | TreeTransform.h | 1383 RebuildDefaultStmt(SourceLocation DefaultLoc,SourceLocation ColonLoc,Stmt * SubStmt) RebuildDefaultStmt() argument 3104 RebuildGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,Expr * ControllingExpr,ArrayRef<TypeSourceInfo * > Types,ArrayRef<Expr * > Exprs) RebuildGenericSelectionExpr() argument 3119 RebuildGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > Types,ArrayRef<Expr * > Exprs) RebuildGenericSelectionExpr() argument
|
H A D | SemaOpenMP.cpp | 7767 SourceLocation DefaultLoc; global() member in __anona1d9ac773c11::OpenMPIterationSpaceChecker 7814 OpenMPIterationSpaceChecker(Sema & SemaRef,bool SupportsNonRectangular,DSAStackTy & Stack,SourceLocation DefaultLoc) OpenMPIterationSpaceChecker() argument 8416 calculateNumIters(Sema & SemaRef,Scope * S,SourceLocation DefaultLoc,Expr * Lower,Expr * Upper,Expr * Step,QualType LCTy,bool TestIsStrictOp,bool RoundToStep,llvm::MapVector<const Expr *,DeclRefExpr * > & Captures) calculateNumIters() argument [all...] |
H A D | SemaExpr.cpp | 1622 ActOnGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool PredicateIsExpr,void * ControllingExprOrType,ArrayRef<ParsedType> ArgTypes,ArrayRef<Expr * > ArgExprs) ActOnGenericSelectionExpr() argument 1654 CreateGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool PredicateIsExpr,void * ControllingExprOrType,ArrayRef<TypeSourceInfo * > Types,ArrayRef<Expr * > Exprs) CreateGenericSelectionExpr() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 5938 SourceLocation DefaultLoc, RParenLoc; global() variable [all...] |