/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1778 SourceLocation KeyLoc = ConsumeToken(); ParseCastExpression() local 3435 SourceLocation KeyLoc = ConsumeToken(); ParseGenericSelectionExpression() local
|
H A D | ParseTemplate.cpp | 687 SourceLocation KeyLoc; ParseTypeParameter() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 5098 HasNoThrowOperator(const RecordType * RT,OverloadedOperatorKind Op,Sema & Self,SourceLocation KeyLoc,ASTContext & C,bool (CXXRecordDecl::* HasTrivial)()const,bool (CXXRecordDecl::* HasNonTrivial)()const,bool (CXXMethodDecl::* IsDesiredOp)()const) HasNoThrowOperator() argument 5133 EvaluateUnaryTypeTrait(Sema & Self,TypeTrait UTT,SourceLocation KeyLoc,TypeSourceInfo * TInfo) EvaluateUnaryTypeTrait() argument 5573 CheckConvertibilityForTypeTraits(Sema & Self,const TypeSourceInfo * Lhs,const TypeSourceInfo * Rhs,SourceLocation KeyLoc,llvm::BumpPtrAllocator & OpaqueExprAllocator) CheckConvertibilityForTypeTraits() argument 5898 EvaluateBinaryTypeTrait(Sema & Self,TypeTrait BTT,const TypeSourceInfo * Lhs,const TypeSourceInfo * Rhs,SourceLocation KeyLoc) EvaluateBinaryTypeTrait() argument 6114 EvaluateArrayTypeTrait(Sema & Self,ArrayTypeTrait ATT,QualType T,Expr * DimExpr,SourceLocation KeyLoc) EvaluateArrayTypeTrait() argument 8280 BuildCXXNoexceptExpr(SourceLocation KeyLoc,Expr * Operand,SourceLocation RParen) BuildCXXNoexceptExpr() argument 8307 ActOnNoexceptExpr(SourceLocation KeyLoc,SourceLocation,Expr * Operand,SourceLocation RParen) ActOnNoexceptExpr() argument [all...] |
H A D | TreeTransform.h | 3103 RebuildGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,Expr * ControllingExpr,ArrayRef<TypeSourceInfo * > Types,ArrayRef<Expr * > Exprs) RebuildGenericSelectionExpr() argument 3118 RebuildGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > Types,ArrayRef<Expr * > Exprs) RebuildGenericSelectionExpr() argument
|
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
|
H A D | SemaTemplate.cpp | 993 ActOnTypeParameter(Scope * S,bool Typename,SourceLocation EllipsisLoc,SourceLocation KeyLoc,IdentifierInfo * ParamName,SourceLocation ParamNameLoc,unsigned Depth,unsigned Position,SourceLocation EqualLoc,ParsedType DefaultArg,bool HasTypeConstraint) ActOnTypeParameter() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 642 Create(const ASTContext & C,DeclContext * DC,SourceLocation KeyLoc,SourceLocation NameLoc,unsigned D,unsigned P,IdentifierInfo * Id,bool Typename,bool ParameterPack,bool HasTypeConstraint,std::optional<unsigned> NumExpanded) Create() argument
|