Home
last modified time | relevance | path

Searched defs:KwLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp55 lookupPromiseType(Sema & S,const FunctionDecl * FD,SourceLocation KwLoc) lookupPromiseType() argument
1923 lookupCoroutineTraits(SourceLocation KwLoc,SourceLocation FuncLoc) lookupCoroutineTraits() argument
[all...]
H A DSemaHLSL.cpp33 ActOnStartBuffer(Scope * BufferScope,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * Ident,SourceLocation IdentLoc,SourceLocation LBrace) ActOnStartBuffer() argument
H A DTreeTransform.h2444 RebuildOMPAtClause(OpenMPAtClauseKind Kind,SourceLocation KwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPAtClause() argument
2457 RebuildOMPSeverityClause(OpenMPSeverityClauseKind Kind,SourceLocation KwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPSeverityClause() argument
/llvm-project/clang/lib/AST/
H A DDecl.cpp5626 HLSLBufferDecl(DeclContext * DC,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * ID,SourceLocation IDLoc,SourceLocation LBrace) HLSLBufferDecl() argument
5634 Create(ASTContext & C,DeclContext * LexicalParent,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * ID,SourceLocation IDLoc,SourceLocation LBrace) Create() argument
/llvm-project/clang/include/clang/AST/
H A DDecl.h4965 SourceLocation KwLoc; global() variable
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4448 LocTy KwLoc = Lex.getLoc(); parseOptionalComdat() local