Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h7909 ExprResult ActOnCoawaitExpr(Scope *S, SourceLocation KwLoc, Expr *E);
7910 ExprResult ActOnCoyieldExpr(Scope *S, SourceLocation KwLoc, Expr *E);
7911 StmtResult ActOnCoreturnStmt(SourceLocation KwLoc, Expr *E);
7913 ExprResult BuildCoawaitExpr(SourceLocation KwLoc, Expr *E);
7914 ExprResult BuildCoyieldExpr(SourceLocation KwLoc, Expr *E);
7915 StmtResult BuildCoreturnStmt(SourceLocation KwLoc, Expr *E);
/external/llvm/lib/AsmParser/
DLLParser.cpp3261 LocTy KwLoc = Lex.getLoc(); in parseOptionalComdat() local
3275 C = getComdat(GlobalName, KwLoc); in parseOptionalComdat()