Home
last modified time | relevance | path

Searched refs:KwLoc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp55 SourceLocation KwLoc) { in lookupPromiseType() argument
60 S.lookupCoroutineTraits(KwLoc, FuncLoc); in lookupPromiseType()
66 TemplateArgumentListInfo Args(KwLoc, KwLoc); in lookupPromiseType()
69 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, KwLoc))); in lookupPromiseType()
95 S.CheckTemplateIdType(TemplateName(CoroTraits), KwLoc, Args); in lookupPromiseType()
98 if (S.RequireCompleteType(KwLoc, CoroTrait, in lookupPromiseType()
106 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType()
1924 ClassTemplateDecl *Sema::lookupCoroutineTraits(SourceLocation KwLoc, in lookupCoroutineTraits() argument
1938 Diag(KwLoc, diag::err_implied_coroutine_type_not_found) in lookupCoroutineTraits()
H A DSemaHLSL.cpp33 SourceLocation KwLoc, IdentifierInfo *Ident, in ActOnStartBuffer() argument
39 getASTContext(), LexicalParent, CBuffer, KwLoc, Ident, IdentLoc, LBrace); in ActOnStartBuffer()
H A DTreeTransform.h2444 OMPClause *RebuildOMPAtClause(OpenMPAtClauseKind Kind, SourceLocation KwLoc, in RebuildOMPAtClause() argument
2448 return getSema().OpenMP().ActOnOpenMPAtClause(Kind, KwLoc, StartLoc, in RebuildOMPAtClause()
2457 SourceLocation KwLoc, in RebuildOMPSeverityClause() argument
2461 return getSema().OpenMP().ActOnOpenMPSeverityClause(Kind, KwLoc, StartLoc, in RebuildOMPSeverityClause()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h34 Decl *ActOnStartBuffer(Scope *BufferScope, bool CBuffer, SourceLocation KwLoc,
H A DSema.h2685 bool ActOnCoroutineBodyStart(Scope *S, SourceLocation KwLoc,
2687 ExprResult ActOnCoawaitExpr(Scope *S, SourceLocation KwLoc, Expr *E);
2688 ExprResult ActOnCoyieldExpr(Scope *S, SourceLocation KwLoc, Expr *E);
2689 StmtResult ActOnCoreturnStmt(Scope *S, SourceLocation KwLoc, Expr *E);
2694 ExprResult BuildResolvedCoawaitExpr(SourceLocation KwLoc, Expr *Operand,
2696 ExprResult BuildUnresolvedCoawaitExpr(SourceLocation KwLoc, Expr *Operand,
2698 ExprResult BuildCoyieldExpr(SourceLocation KwLoc, Expr *E);
2699 StmtResult BuildCoreturnStmt(SourceLocation KwLoc, Expr *E,
2713 ClassTemplateDecl *lookupCoroutineTraits(SourceLocation KwLoc,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4926 SourceLocation KwLoc; variable
4930 HLSLBufferDecl(DeclContext *DC, bool CBuffer, SourceLocation KwLoc,
4936 bool CBuffer, SourceLocation KwLoc,
4944 SourceLocation getLocStart() const LLVM_READONLY { return KwLoc; } in getLocStart()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5630 SourceLocation KwLoc, IdentifierInfo *ID, in HLSLBufferDecl() argument
5633 DeclContext(Decl::Kind::HLSLBuffer), LBraceLoc(LBrace), KwLoc(KwLoc), in HLSLBufferDecl()
5638 SourceLocation KwLoc, IdentifierInfo *ID, in Create() argument
5654 new (C, DC) HLSLBufferDecl(DC, CBuffer, KwLoc, ID, IDLoc, LBrace); in Create()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4463 LocTy KwLoc = Lex.getLoc(); in parseOptionalComdat() local
4477 C = getComdat(std::string(GlobalName), KwLoc); in parseOptionalComdat()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1860 D->KwLoc = readSourceLocation(); in VisitHLSLBufferDecl()