Searched refs:IdL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 2134 SourceLocation IdL, const IdentifierInfo *Id, in Create() argument 2136 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S); in Create()
|