Home
last modified time | relevance | path

Searched defs:AtLoc (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp48 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseObjCAtDirectives() local
173 void Parser::CheckNestedObjCContexts(SourceLocation AtLoc) in CheckNestedObjCContexts()
191 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, in ParseObjCAtInterfaceDeclaration()
643 SourceLocation AtLoc = Tok.getLocation(); in ParseObjCInterfaceDeclList() local
1798 Parser::ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, in ParseObjCAtProtocolDeclaration()
1883 Parser::ParseObjCAtImplementationDeclaration(SourceLocation AtLoc, in ParseObjCAtImplementationDeclaration()
2476 StmtResult Parser::ParseObjCAtStatement(SourceLocation AtLoc, in ParseObjCAtStatement()
2517 ExprResult Parser::ParseObjCAtExpression(SourceLocation AtLoc) { in ParseObjCAtExpression()
2985 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral()
3014 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral()
[all …]
H A DParser.cpp1148 SourceLocation AtLoc = ConsumeToken(); // the "@" in ParseDeclOrFunctionDefInternal() local
2426 Decl *Parser::ParseModuleImport(SourceLocation AtLoc, in ParseModuleImport()
H A DParseExpr.cpp53 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt()
1521 SourceLocation AtLoc = ConsumeToken(); in ParseCastExpression() local
H A DParseStmt.cpp143 SourceLocation AtLoc; in ParseStatementOrDeclarationAfterAttributes() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp172 Decl *SemaObjC::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty()
406 Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, in HandlePropertyInClassExtension()
552 Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, in CreatePropertyDecl()
824 SelectPropertyForSynthesisFromProtocols(Sema &S, SourceLocation AtLoc, in SelectPropertyForSynthesisFromProtocols()
1035 ObjCMethodDecl *AccessorDecl, SourceLocation AtLoc, in RedeclarePropertyAccessor()
1064 Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, in ActOnPropertyImplDecl()
H A DSemaObjC.cpp202 StmtResult SemaObjC::ActOnObjCAtCatchStmt(SourceLocation AtLoc, in ActOnObjCAtCatchStmt()
213 StmtResult SemaObjC::ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) { in ActOnObjCAtFinallyStmt()
218 StmtResult SemaObjC::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, in ActOnObjCAtTryStmt()
238 StmtResult SemaObjC::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt()
265 StmtResult SemaObjC::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt()
320 StmtResult SemaObjC::ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc, in ActOnObjCAtSynchronizedStmt()
329 StmtResult SemaObjC::ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, in ActOnObjCAutoreleasePoolStmt()
H A DSemaExprObjC.cpp83 ExprResult SemaObjC::BuildObjCStringLiteral(SourceLocation AtLoc, in BuildObjCStringLiteral()
320 ExprResult SemaObjC::BuildObjCNumericLiteral(SourceLocation AtLoc, in BuildObjCNumericLiteral()
371 ExprResult SemaObjC::ActOnObjCBoolLiteral(SourceLocation AtLoc, in ActOnObjCBoolLiteral()
1130 ExprResult SemaObjC::BuildObjCEncodeExpression(SourceLocation AtLoc, in BuildObjCEncodeExpression()
1161 ExprResult SemaObjC::ParseObjCEncodeExpression(SourceLocation AtLoc, in ParseObjCEncodeExpression()
1178 SourceLocation AtLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1208 static void DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, in DiagnoseMismatchedSelectors()
1297 SourceLocation AtLoc, in ParseObjCSelectorExpression()
1393 SourceLocation AtLoc, in ParseObjCProtocolExpression()
5153 llvm::ArrayRef<AvailabilitySpec> AvailSpecs, SourceLocation AtLoc, in ActOnObjCAvailabilityCheckExpr()
H A DTreeTransform.h1604 StmtResult RebuildObjCAtTryStmt(SourceLocation AtLoc, in RebuildObjCAtTryStmt()
1627 StmtResult RebuildObjCAtCatchStmt(SourceLocation AtLoc, in RebuildObjCAtCatchStmt()
1638 StmtResult RebuildObjCAtFinallyStmt(SourceLocation AtLoc, in RebuildObjCAtFinallyStmt()
1647 StmtResult RebuildObjCAtThrowStmt(SourceLocation AtLoc, in RebuildObjCAtThrowStmt()
2535 StmtResult RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, in RebuildObjCAtSynchronizedStmt()
2544 StmtResult RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, in RebuildObjCAutoreleasePoolStmt()
3820 ExprResult RebuildObjCEncodeExpr(SourceLocation AtLoc, in RebuildObjCEncodeExpr()
H A DSemaDeclObjC.cpp1142 Decl *SemaObjC::ActOnCompatibilityAlias(SourceLocation AtLoc, in ActOnCompatibilityAlias()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h53 SourceLocation AtLoc; variable
410 SourceLocation AtLoc, RParenLoc; variable
455 SourceLocation AtLoc, RParenLoc; variable
505 SourceLocation AtLoc, ProtoLoc, RParenLoc; variable
1693 SourceLocation AtLoc, RParen; variable
1696 ObjCAvailabilityCheckExpr(VersionTuple VersionToCheck, SourceLocation AtLoc, in ObjCAvailabilityCheckExpr()
H A DStmtObjC.h395 SourceLocation AtLoc; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1561 const ASTContext &C, DeclContext *DC, SourceLocation AtLoc, in ObjCInterfaceDecl()
2115 DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, in ObjCCategoryDecl()
2126 ASTContext &C, DeclContext *DC, SourceLocation AtLoc, in Create()
2353 const IdentifierInfo *Id, SourceLocation AtLoc, in Create()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1184 SMLoc AtLoc = getLexer().getLoc(); in parsePrimaryExpr() local