Home
last modified time | relevance | path

Searched defs:LSquareLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp295 SourceLocation LSquareLoc, in setDecompositionBindings() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3405 SourceLocation LSquareLoc = Tok.getLocation(); ParseCXXDeleteExpression() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp3006 SourceLocation LSquareLoc = consumeToken(); parseOptionalAttributes() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3343 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) Create() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4164 DecompositionDecl(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) DecompositionDecl() argument