Searched defs:KwLoc (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 55 lookupPromiseType(Sema & S,const FunctionDecl * FD,SourceLocation KwLoc) lookupPromiseType() argument 1923 lookupCoroutineTraits(SourceLocation KwLoc,SourceLocation FuncLoc) lookupCoroutineTraits() argument [all...] |
H A D | SemaHLSL.cpp | 33 ActOnStartBuffer(Scope * BufferScope,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * Ident,SourceLocation IdentLoc,SourceLocation LBrace) ActOnStartBuffer() argument
|
H A D | TreeTransform.h | 2444 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 D | Decl.cpp | 5626 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 D | Decl.h | 4965 SourceLocation KwLoc; global() variable
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4448 LocTy KwLoc = Lex.getLoc(); parseOptionalComdat() local
|