Home
last modified time | relevance | path

Searched refs:getLSquareLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1837 SourceLocation getLSquareLoc() const { return LSquareLoc; } in getLSquareLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp730 Diag(Decomp.getLSquareLoc(), diag::err_decomp_decl_context) in ActOnDecompositionDeclarator()
756 Diag(Decomp.getLSquareLoc(), DiagID) << Decomp.getSourceRange(); in ActOnDecompositionDeclarator()
844 Diag(Decomp.getLSquareLoc(), in ActOnDecompositionDeclarator()
946 Decomp.getLSquareLoc()); in ActOnDecompositionDeclarator()
H A DSemaDecl.cpp18771 Diag(Decomp.getLSquareLoc(), diag::err_decomp_decl_context) in HandleField()