Home
last modified time | relevance | path

Searched defs:ASLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp3114 SourceLocation ASLoc = Tok.getLocation(); in ParseCXXClassMemberDeclarationWithPragmas() local
4433 SourceLocation ASLoc = Tok.getLocation(); in ParseMicrosoftIfExistsClassDeclaration() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h90 SourceLocation ASLoc, SourceLocation ColonLoc) in AccessSpecDecl()
104 void setAccessSpecifierLoc(SourceLocation ASLoc) { setLocation(ASLoc); } in setAccessSpecifierLoc()
117 DeclContext *DC, SourceLocation ASLoc, in Create()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp6891 LocTy SizeLoc, TyLoc, ASLoc; in ParseAlloc() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp2957 bool Sema::ActOnAccessSpecifier(AccessSpecifier Access, SourceLocation ASLoc, in ActOnAccessSpecifier()