/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 56 SourceLocation AtLoc = ConsumeToken(); // the "@" ParseObjCAtDirectives() local 189 CheckNestedObjCContexts(SourceLocation AtLoc) CheckNestedObjCContexts() argument 236 ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc,ParsedAttributes & attrs) ParseObjCAtInterfaceDeclaration() argument 724 SourceLocation AtLoc = Tok.getLocation(); ParseObjCInterfaceDeclList() local 2064 ParseObjCAtProtocolDeclaration(SourceLocation AtLoc,ParsedAttributes & attrs) ParseObjCAtProtocolDeclaration() argument 2160 ParseObjCAtImplementationDeclaration(SourceLocation AtLoc,ParsedAttributes & Attrs) ParseObjCAtImplementationDeclaration() argument 2798 ParseObjCAtStatement(SourceLocation AtLoc,ParsedStmtContext StmtCtx) ParseObjCAtStatement() argument 2839 ParseObjCAtExpression(SourceLocation AtLoc) ParseObjCAtExpression() argument 3386 ParseObjCStringLiteral(SourceLocation AtLoc) ParseObjCStringLiteral() argument 3420 ParseObjCBooleanLiteral(SourceLocation AtLoc,bool ArgValue) ParseObjCBooleanLiteral() argument 3429 ParseObjCCharacterLiteral(SourceLocation AtLoc) ParseObjCCharacterLiteral() argument 3443 ParseObjCNumericLiteral(SourceLocation AtLoc) ParseObjCNumericLiteral() argument 3456 ParseObjCBoxedExpr(SourceLocation AtLoc) ParseObjCBoxedExpr() argument 3477 ParseObjCArrayLiteral(SourceLocation AtLoc) ParseObjCArrayLiteral() argument 3520 ParseObjCDictionaryLiteral(SourceLocation AtLoc) ParseObjCDictionaryLiteral() argument 3589 ParseObjCEncodeExpression(SourceLocation AtLoc) ParseObjCEncodeExpression() argument 3614 ParseObjCProtocolExpression(SourceLocation AtLoc) ParseObjCProtocolExpression() argument 3638 ParseObjCSelectorExpression(SourceLocation AtLoc) ParseObjCSelectorExpression() argument [all...] |
H A D | Parser.cpp | 1210 SourceLocation AtLoc = ConsumeToken(); // the "@" ParseDeclOrFunctionDefInternal() local 2558 ParseModuleImport(SourceLocation AtLoc,Sema::ModuleImportState & ImportState) ParseModuleImport() argument [all...] |
H A D | ParseExpr.cpp | 143 ParseExpressionWithLeadingAt(SourceLocation AtLoc) ParseExpressionWithLeadingAt() argument 1822 SourceLocation AtLoc = ConsumeToken(); ParseCastExpression() local
|
H A D | ParseStmt.cpp | 185 SourceLocation AtLoc; ParseStatementOrDeclarationAfterAttributes() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 220 SourceLocation AtLoc, in checkAllAtProps() 306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps() local 314 SourceLocation AtLoc = I->first; in checkAllProps() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 174 ActOnProperty(Scope * S,SourceLocation AtLoc,SourceLocation LParenLoc,FieldDeclarator & FD,ObjCDeclSpec & ODS,Selector GetterSel,Selector SetterSel,tok::ObjCKeywordKind MethodImplKind,DeclContext * lexicalDC) ActOnProperty() argument 405 HandlePropertyInClassExtension(Scope * S,SourceLocation AtLoc,SourceLocation LParenLoc,FieldDeclarator & FD,Selector GetterSel,SourceLocation GetterNameLoc,Selector SetterSel,SourceLocation SetterNameLoc,const bool isReadWrite,unsigned & Attributes,const unsigned AttributesAsWritten,QualType T,TypeSourceInfo * TSI,tok::ObjCKeywordKind MethodImplKind) HandlePropertyInClassExtension() argument 551 CreatePropertyDecl(Scope * S,ObjCContainerDecl * CDecl,SourceLocation AtLoc,SourceLocation LParenLoc,FieldDeclarator & FD,Selector GetterSel,SourceLocation GetterNameLoc,Selector SetterSel,SourceLocation SetterNameLoc,const bool isReadWrite,const unsigned Attributes,const unsigned AttributesAsWritten,QualType T,TypeSourceInfo * TInfo,tok::ObjCKeywordKind MethodImplKind,DeclContext * lexicalDC) CreatePropertyDecl() argument 823 SelectPropertyForSynthesisFromProtocols(Sema & S,SourceLocation AtLoc,ObjCInterfaceDecl * ClassDecl,ObjCPropertyDecl * Property) SelectPropertyForSynthesisFromProtocols() argument 1034 RedeclarePropertyAccessor(ASTContext & Context,ObjCImplementationDecl * Impl,ObjCMethodDecl * AccessorDecl,SourceLocation AtLoc,SourceLocation PropertyLoc) RedeclarePropertyAccessor() argument 1063 ActOnPropertyImplDecl(Scope * S,SourceLocation AtLoc,SourceLocation PropertyLoc,bool Synthesize,IdentifierInfo * PropertyId,IdentifierInfo * PropertyIvar,SourceLocation PropertyIvarLoc,ObjCPropertyQueryKind QueryKind) ActOnPropertyImplDecl() argument [all...] |
H A D | SemaObjC.cpp | 206 ActOnObjCAtCatchStmt(SourceLocation AtLoc,SourceLocation RParen,Decl * Parm,Stmt * Body) ActOnObjCAtCatchStmt() argument 217 ActOnObjCAtFinallyStmt(SourceLocation AtLoc,Stmt * Body) ActOnObjCAtFinallyStmt() argument 222 ActOnObjCAtTryStmt(SourceLocation AtLoc,Stmt * Try,MultiStmtArg CatchStmts,Stmt * Finally) ActOnObjCAtTryStmt() argument 242 BuildObjCAtThrowStmt(SourceLocation AtLoc,Expr * Throw) BuildObjCAtThrowStmt() argument 269 ActOnObjCAtThrowStmt(SourceLocation AtLoc,Expr * Throw,Scope * CurScope) ActOnObjCAtThrowStmt() argument 324 ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc,Expr * SyncExpr,Stmt * SyncBody) ActOnObjCAtSynchronizedStmt() argument 333 ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc,Stmt * Body) ActOnObjCAutoreleasePoolStmt() argument [all...] |
H A D | SemaExprObjC.cpp | 85 BuildObjCStringLiteral(SourceLocation AtLoc,StringLiteral * S) BuildObjCStringLiteral() argument 322 BuildObjCNumericLiteral(SourceLocation AtLoc,Expr * Number) BuildObjCNumericLiteral() argument 373 ActOnObjCBoolLiteral(SourceLocation AtLoc,SourceLocation ValueLoc,bool Value) ActOnObjCBoolLiteral() argument 1135 BuildObjCEncodeExpression(SourceLocation AtLoc,TypeSourceInfo * EncodedTypeInfo,SourceLocation RParenLoc) BuildObjCEncodeExpression() argument 1166 ParseObjCEncodeExpression(SourceLocation AtLoc,SourceLocation EncodeLoc,SourceLocation LParenLoc,ParsedType ty,SourceLocation RParenLoc) ParseObjCEncodeExpression() argument 1183 HelperToDiagnoseMismatchedMethodsInGlobalPool(Sema & S,SourceLocation AtLoc,SourceLocation LParenLoc,SourceLocation RParenLoc,ObjCMethodDecl * Method,ObjCMethodList & MethList) HelperToDiagnoseMismatchedMethodsInGlobalPool() argument 1213 DiagnoseMismatchedSelectors(Sema & S,SourceLocation AtLoc,ObjCMethodDecl * Method,SourceLocation LParenLoc,SourceLocation RParenLoc,bool WarnMultipleSelectors) DiagnoseMismatchedSelectors() argument 1302 ParseObjCSelectorExpression(Selector Sel,SourceLocation AtLoc,SourceLocation SelLoc,SourceLocation LParenLoc,SourceLocation RParenLoc,bool WarnMultipleSelectors) ParseObjCSelectorExpression() argument 1398 ParseObjCProtocolExpression(IdentifierInfo * ProtocolId,SourceLocation AtLoc,SourceLocation ProtoLoc,SourceLocation LParenLoc,SourceLocation ProtoIdLoc,SourceLocation RParenLoc) ParseObjCProtocolExpression() argument 5159 ActOnObjCAvailabilityCheckExpr(llvm::ArrayRef<AvailabilitySpec> AvailSpecs,SourceLocation AtLoc,SourceLocation RParen) ActOnObjCAvailabilityCheckExpr() argument [all...] |
H A D | TreeTransform.h | 1610 RebuildObjCAtTryStmt(SourceLocation AtLoc,Stmt * TryBody,MultiStmtArg CatchStmts,Stmt * Finally) RebuildObjCAtTryStmt() argument 1633 RebuildObjCAtCatchStmt(SourceLocation AtLoc,SourceLocation RParenLoc,VarDecl * Var,Stmt * Body) RebuildObjCAtCatchStmt() argument 1644 RebuildObjCAtFinallyStmt(SourceLocation AtLoc,Stmt * Body) RebuildObjCAtFinallyStmt() argument 1653 RebuildObjCAtThrowStmt(SourceLocation AtLoc,Expr * Operand) RebuildObjCAtThrowStmt() argument 2502 RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc,Expr * Object,Stmt * Body) RebuildObjCAtSynchronizedStmt() argument 2511 RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc,Stmt * Body) RebuildObjCAutoreleasePoolStmt() argument 3767 RebuildObjCEncodeExpr(SourceLocation AtLoc,TypeSourceInfo * EncodeTypeInfo,SourceLocation RParenLoc) RebuildObjCEncodeExpr() argument [all...] |
H A D | SemaDeclObjC.cpp | 1142 ActOnCompatibilityAlias(SourceLocation AtLoc,IdentifierInfo * AliasName,SourceLocation AliasLocation,IdentifierInfo * ClassName,SourceLocation ClassLocation) ActOnCompatibilityAlias() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 53 SourceLocation AtLoc; variable 412 SourceLocation AtLoc, RParenLoc; variable 457 SourceLocation AtLoc, RParenLoc; global() variable 507 SourceLocation AtLoc, ProtoLoc, RParenLoc; global() variable 1700 SourceLocation AtLoc, RParen; global() variable 1703 ObjCAvailabilityCheckExpr(VersionTuple VersionToCheck,SourceLocation AtLoc,SourceLocation RParen,QualType Ty) ObjCAvailabilityCheckExpr() argument [all...] |
H A D | StmtObjC.h | 395 SourceLocation AtLoc; variable
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1564 ObjCInterfaceDecl(const ASTContext & C,DeclContext * DC,SourceLocation AtLoc,const IdentifierInfo * Id,ObjCTypeParamList * typeParamList,SourceLocation CLoc,ObjCInterfaceDecl * PrevDecl,bool IsInternal) ObjCInterfaceDecl() argument 2118 ObjCCategoryDecl(DeclContext * DC,SourceLocation AtLoc,SourceLocation ClassNameLoc,SourceLocation CategoryNameLoc,const IdentifierInfo * Id,ObjCInterfaceDecl * IDecl,ObjCTypeParamList * typeParamList,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) ObjCCategoryDecl() argument 2129 Create(ASTContext & C,DeclContext * DC,SourceLocation AtLoc,SourceLocation ClassNameLoc,SourceLocation CategoryNameLoc,const IdentifierInfo * Id,ObjCInterfaceDecl * IDecl,ObjCTypeParamList * typeParamList,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) Create() argument 2356 Create(ASTContext & C,DeclContext * DC,SourceLocation L,const IdentifierInfo * Id,SourceLocation AtLoc,SourceLocation LParenLoc,QualType T,TypeSourceInfo * TSI,PropertyControl propControl) Create() argument
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 1210 SMLoc AtLoc = getLexer().getLoc(); parsePrimaryExpr() local
|