Searched refs:ASLoc (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h90 SourceLocation ASLoc, SourceLocation ColonLoc)
91 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
104 void setAccessSpecifierLoc(SourceLocation ASLoc) { setLocation(ASLoc); } argument
117 DeclContext *DC, SourceLocation ASLoc,
119 return new (C, DC) AccessSpecDecl(AS, DC, ASLoc, ColonLoc);
89 AccessSpecDecl(AccessSpecifier AS, DeclContext *DC, SourceLocation ASLoc, SourceLocation ColonLoc) argument
116 Create(ASTContext &C, AccessSpecifier AS, DeclContext *DC, SourceLocation ASLoc, SourceLocation ColonLoc) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3114 SourceLocation ASLoc = Tok.getLocation(); local
3126 EndLoc = ASLoc.getLocWithOffset(TokLength);
3134 Diag(ASLoc, diag::err_access_specifier_interface) << (AS == AS_protected);
3137 if (Actions.ActOnAccessSpecifier(NewAS, ASLoc, EndLoc, AccessAttrs)) {
4433 SourceLocation ASLoc = Tok.getLocation(); local
4436 Actions.ActOnAccessSpecifier(AS, ASLoc, Tok.getLocation(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6891 LocTy SizeLoc, TyLoc, ASLoc;
6909 if (ParseOptionalCommaAddrSpace(AddrSpace, ASLoc, AteExtraComma))
6912 ASLoc = Lex.getLoc();
6924 if (ParseOptionalCommaAddrSpace(AddrSpace, ASLoc, AteExtraComma))
6927 ASLoc = Lex.getLoc();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2957 bool Sema::ActOnAccessSpecifier(AccessSpecifier Access, SourceLocation ASLoc,
2962 ASLoc, ColonLoc);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6449 bool ActOnAccessSpecifier(AccessSpecifier Access, SourceLocation ASLoc,

Completed in 250 milliseconds