Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h7745 ExprResult ActOnCoawaitExpr(Scope *S, SourceLocation KwLoc, Expr *E);
7746 ExprResult ActOnCoyieldExpr(Scope *S, SourceLocation KwLoc, Expr *E);
7747 StmtResult ActOnCoreturnStmt(SourceLocation KwLoc, Expr *E);
7749 ExprResult BuildCoawaitExpr(SourceLocation KwLoc, Expr *E);
7750 ExprResult BuildCoyieldExpr(SourceLocation KwLoc, Expr *E);
7751 StmtResult BuildCoreturnStmt(SourceLocation KwLoc, Expr *E);
/external/llvm/lib/AsmParser/
DLLParser.cpp3097 LocTy KwLoc = Lex.getLoc(); in parseOptionalComdat() local
3111 C = getComdat(GlobalName, KwLoc); in parseOptionalComdat()