Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h157 SourceLocation EndL = isPackExpansion() ? getEllipsisLoc() in getSourceRange() local
159 return SourceRange(StartL, EndL); in getSourceRange()
H A DDecl.h4509 SourceLocation EndL) in FileScopeAsmDecl() argument
4510 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()