Home
last modified time | relevance | path

Searched defs:KeyLoc (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1778 SourceLocation KeyLoc = ConsumeToken(); ParseCastExpression() local
3435 SourceLocation KeyLoc = ConsumeToken(); ParseGenericSelectionExpression() local
H A DParseTemplate.cpp687 SourceLocation KeyLoc; ParseTypeParameter() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5098 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 DTreeTransform.h3103 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 DSemaExpr.cpp1622 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 DSemaTemplate.cpp993 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 DDeclTemplate.cpp642 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