Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp16 ActOnStartHLSLBuffer(Scope * BufferScope,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * Ident,SourceLocation IdentLoc,SourceLocation LBrace) ActOnStartHLSLBuffer() argument
H A DSemaCoroutine.cpp55 SourceLocation KwLoc) { in lookupPromiseType() argument
2014 lookupCoroutineTraits(SourceLocation KwLoc,SourceLocation FuncLoc) lookupCoroutineTraits() argument
[all...]
H A DTreeTransform.h2417 RebuildOMPAtClause(OpenMPAtClauseKind Kind,SourceLocation KwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPAtClause() argument
2430 RebuildOMPSeverityClause(OpenMPSeverityClauseKind Kind,SourceLocation KwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPSeverityClause() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5560 HLSLBufferDecl(DeclContext * DC,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * ID,SourceLocation IDLoc,SourceLocation LBrace) HLSLBufferDecl() argument
5568 Create(ASTContext & C,DeclContext * LexicalParent,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * ID,SourceLocation IDLoc,SourceLocation LBrace) Create() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4899 SourceLocation KwLoc; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4207 LocTy KwLoc = Lex.getLoc(); parseOptionalComdat() local