Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1733 SourceLocation KeyLoc = ConsumeToken(); ParseCastExpression() local
3383 SourceLocation KeyLoc = ConsumeToken(); ParseGenericSelectionExpression() local
H A DParseTemplate.cpp805 SourceLocation KeyLoc; ParseTypeParameter() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5002 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
5037 EvaluateUnaryTypeTrait(Sema & Self,TypeTrait UTT,SourceLocation KeyLoc,QualType T) EvaluateUnaryTypeTrait() argument
5717 EvaluateBinaryTypeTrait(Sema & Self,TypeTrait BTT,QualType LhsT,QualType RhsT,SourceLocation KeyLoc) EvaluateBinaryTypeTrait() argument
5939 EvaluateArrayTypeTrait(Sema & Self,ArrayTypeTrait ATT,QualType T,Expr * DimExpr,SourceLocation KeyLoc) EvaluateArrayTypeTrait() argument
8124 BuildCXXNoexceptExpr(SourceLocation KeyLoc,Expr * Operand,SourceLocation RParen) BuildCXXNoexceptExpr() argument
8151 ActOnNoexceptExpr(SourceLocation KeyLoc,SourceLocation,Expr * Operand,SourceLocation RParen) ActOnNoexceptExpr() argument
[all...]
H A DTreeTransform.h3056 RebuildGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,Expr * ControllingExpr,ArrayRef<TypeSourceInfo * > Types,ArrayRef<Expr * > Exprs) RebuildGenericSelectionExpr() argument
3071 RebuildGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,TypeSourceInfo * ControllingType,ArrayRef<TypeSourceInfo * > Types,ArrayRef<Expr * > Exprs) RebuildGenericSelectionExpr() argument
H A DSemaExpr.cpp1637 ActOnGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool PredicateIsExpr,void * ControllingExprOrType,ArrayRef<ParsedType> ArgTypes,ArrayRef<Expr * > ArgExprs) ActOnGenericSelectionExpr() argument
1669 CreateGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool PredicateIsExpr,void * ControllingExprOrType,ArrayRef<TypeSourceInfo * > Types,ArrayRef<Expr * > Exprs) CreateGenericSelectionExpr() argument
H A DSemaTemplate.cpp1038 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
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp640 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