/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 54 SourceLocation AtLoc = ConsumeToken(); // the "@" ParseObjCAtDirectives() local 188 CheckNestedObjCContexts(SourceLocation AtLoc) CheckNestedObjCContexts() argument 235 ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc,ParsedAttributes & attrs) ParseObjCAtInterfaceDeclaration() argument 722 SourceLocation AtLoc = Tok.getLocation(); ParseObjCInterfaceDeclList() local 2073 ParseObjCAtProtocolDeclaration(SourceLocation AtLoc,ParsedAttributes & attrs) ParseObjCAtProtocolDeclaration() argument 2167 ParseObjCAtImplementationDeclaration(SourceLocation AtLoc,ParsedAttributes & Attrs) ParseObjCAtImplementationDeclaration() argument 2799 ParseObjCAtStatement(SourceLocation AtLoc,ParsedStmtContext StmtCtx) ParseObjCAtStatement() argument 2840 ParseObjCAtExpression(SourceLocation AtLoc) ParseObjCAtExpression() argument 3387 ParseObjCStringLiteral(SourceLocation AtLoc) ParseObjCStringLiteral() argument 3421 ParseObjCBooleanLiteral(SourceLocation AtLoc,bool ArgValue) ParseObjCBooleanLiteral() argument 3430 ParseObjCCharacterLiteral(SourceLocation AtLoc) ParseObjCCharacterLiteral() argument 3444 ParseObjCNumericLiteral(SourceLocation AtLoc) ParseObjCNumericLiteral() argument 3457 ParseObjCBoxedExpr(SourceLocation AtLoc) ParseObjCBoxedExpr() argument 3478 ParseObjCArrayLiteral(SourceLocation AtLoc) ParseObjCArrayLiteral() argument 3521 ParseObjCDictionaryLiteral(SourceLocation AtLoc) ParseObjCDictionaryLiteral() argument 3590 ParseObjCEncodeExpression(SourceLocation AtLoc) ParseObjCEncodeExpression() argument 3615 ParseObjCProtocolExpression(SourceLocation AtLoc) ParseObjCProtocolExpression() argument 3639 ParseObjCSelectorExpression(SourceLocation AtLoc) ParseObjCSelectorExpression() argument [all...] |
H A D | Parser.cpp | 1205 SourceLocation AtLoc = ConsumeToken(); // the "@" ParseDeclOrFunctionDefInternal() local 2534 ParseModuleImport(SourceLocation AtLoc,Sema::ModuleImportState & ImportState) ParseModuleImport() argument [all...] |
H A D | ParseExpr.cpp | 137 ParseExpressionWithLeadingAt(SourceLocation AtLoc) ParseExpressionWithLeadingAt() argument 1777 SourceLocation AtLoc = ConsumeToken(); ParseCastExpression() local
|
H A D | ParseStmt.cpp | 182 SourceLocation AtLoc; ParseStatementOrDeclarationAfterAttributes() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 220 SourceLocation AtLoc, in checkAllAtProps() argument 306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps() local 314 SourceLocation AtLoc = I->first; in checkAllProps() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 172 ActOnProperty(Scope * S,SourceLocation AtLoc,SourceLocation LParenLoc,FieldDeclarator & FD,ObjCDeclSpec & ODS,Selector GetterSel,Selector SetterSel,tok::ObjCKeywordKind MethodImplKind,DeclContext * lexicalDC) ActOnProperty() argument 406 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 560 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 838 SelectPropertyForSynthesisFromProtocols(Sema & S,SourceLocation AtLoc,ObjCInterfaceDecl * ClassDecl,ObjCPropertyDecl * Property) SelectPropertyForSynthesisFromProtocols() argument 1049 RedeclarePropertyAccessor(ASTContext & Context,ObjCImplementationDecl * Impl,ObjCMethodDecl * AccessorDecl,SourceLocation AtLoc,SourceLocation PropertyLoc) RedeclarePropertyAccessor() argument 1078 ActOnPropertyImplDecl(Scope * S,SourceLocation AtLoc,SourceLocation PropertyLoc,bool Synthesize,IdentifierInfo * PropertyId,IdentifierInfo * PropertyIvar,SourceLocation PropertyIvarLoc,ObjCPropertyQueryKind QueryKind) ActOnPropertyImplDecl() argument [all...] |
H A D | SemaExprObjC.cpp | 82 BuildObjCStringLiteral(SourceLocation AtLoc,StringLiteral * S) BuildObjCStringLiteral() argument 317 BuildObjCNumericLiteral(SourceLocation AtLoc,Expr * Number) BuildObjCNumericLiteral() argument 368 ActOnObjCBoolLiteral(SourceLocation AtLoc,SourceLocation ValueLoc,bool Value) ActOnObjCBoolLiteral() argument 1128 BuildObjCEncodeExpression(SourceLocation AtLoc,TypeSourceInfo * EncodedTypeInfo,SourceLocation RParenLoc) BuildObjCEncodeExpression() argument 1158 ParseObjCEncodeExpression(SourceLocation AtLoc,SourceLocation EncodeLoc,SourceLocation LParenLoc,ParsedType ty,SourceLocation RParenLoc) ParseObjCEncodeExpression() argument 1174 HelperToDiagnoseMismatchedMethodsInGlobalPool(Sema & S,SourceLocation AtLoc,SourceLocation LParenLoc,SourceLocation RParenLoc,ObjCMethodDecl * Method,ObjCMethodList & MethList) HelperToDiagnoseMismatchedMethodsInGlobalPool() argument 1204 DiagnoseMismatchedSelectors(Sema & S,SourceLocation AtLoc,ObjCMethodDecl * Method,SourceLocation LParenLoc,SourceLocation RParenLoc,bool WarnMultipleSelectors) DiagnoseMismatchedSelectors() argument 1292 ParseObjCSelectorExpression(Selector Sel,SourceLocation AtLoc,SourceLocation SelLoc,SourceLocation LParenLoc,SourceLocation RParenLoc,bool WarnMultipleSelectors) ParseObjCSelectorExpression() argument 1386 ParseObjCProtocolExpression(IdentifierInfo * ProtocolId,SourceLocation AtLoc,SourceLocation ProtoLoc,SourceLocation LParenLoc,SourceLocation ProtoIdLoc,SourceLocation RParenLoc) ParseObjCProtocolExpression() argument [all...] |
H A D | SemaStmt.cpp | 4231 ActOnObjCAtCatchStmt(SourceLocation AtLoc,SourceLocation RParen,Decl * Parm,Stmt * Body) ActOnObjCAtCatchStmt() argument 4242 ActOnObjCAtFinallyStmt(SourceLocation AtLoc,Stmt * Body) ActOnObjCAtFinallyStmt() argument 4247 ActOnObjCAtTryStmt(SourceLocation AtLoc,Stmt * Try,MultiStmtArg CatchStmts,Stmt * Finally) ActOnObjCAtTryStmt() argument 4265 BuildObjCAtThrowStmt(SourceLocation AtLoc,Expr * Throw) BuildObjCAtThrowStmt() argument 4291 ActOnObjCAtThrowStmt(SourceLocation AtLoc,Expr * Throw,Scope * CurScope) ActOnObjCAtThrowStmt() argument 4347 ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc,Expr * SyncExpr,Stmt * SyncBody) ActOnObjCAtSynchronizedStmt() argument 4365 ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc,Stmt * Body) ActOnObjCAutoreleasePoolStmt() argument
|
H A D | TreeTransform.h | 1589 RebuildObjCAtTryStmt(SourceLocation AtLoc,Stmt * TryBody,MultiStmtArg CatchStmts,Stmt * Finally) RebuildObjCAtTryStmt() argument 1613 RebuildObjCAtCatchStmt(SourceLocation AtLoc,SourceLocation RParenLoc,VarDecl * Var,Stmt * Body) RebuildObjCAtCatchStmt() argument 1625 RebuildObjCAtFinallyStmt(SourceLocation AtLoc,Stmt * Body) RebuildObjCAtFinallyStmt() argument 1634 RebuildObjCAtThrowStmt(SourceLocation AtLoc,Expr * Operand) RebuildObjCAtThrowStmt() argument 2474 RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc,Expr * Object,Stmt * Body) RebuildObjCAtSynchronizedStmt() argument 2483 RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc,Stmt * Body) RebuildObjCAutoreleasePoolStmt() argument 3709 RebuildObjCEncodeExpr(SourceLocation AtLoc,TypeSourceInfo * EncodeTypeInfo,SourceLocation RParenLoc) RebuildObjCEncodeExpr() argument [all...] |
H A D | SemaDeclObjC.cpp | 1145 ActOnCompatibilityAlias(SourceLocation AtLoc,IdentifierInfo * AliasName,SourceLocation AliasLocation,IdentifierInfo * ClassName,SourceLocation ClassLocation) ActOnCompatibilityAlias() argument
|
H A D | SemaExpr.cpp | 21903 ActOnObjCAvailabilityCheckExpr(llvm::ArrayRef<AvailabilitySpec> AvailSpecs,SourceLocation AtLoc,SourceLocation RParen) ActOnObjCAvailabilityCheckExpr() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 53 SourceLocation AtLoc; variable 412 SourceLocation AtLoc, RParenLoc; variable 457 SourceLocation AtLoc, RParenLoc; variable 507 SourceLocation AtLoc, ProtoLoc, RParenLoc; variable 1700 SourceLocation AtLoc, RParen; variable 1703 ObjCAvailabilityCheckExpr(VersionTuple VersionToCheck, SourceLocation AtLoc, in ObjCAvailabilityCheckExpr()
|
H A D | StmtObjC.h | 394 SourceLocation AtLoc; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1568 ObjCInterfaceDecl(const ASTContext & C,DeclContext * DC,SourceLocation AtLoc,IdentifierInfo * Id,ObjCTypeParamList * typeParamList,SourceLocation CLoc,ObjCInterfaceDecl * PrevDecl,bool IsInternal) ObjCInterfaceDecl() argument 2123 ObjCCategoryDecl(DeclContext * DC,SourceLocation AtLoc,SourceLocation ClassNameLoc,SourceLocation CategoryNameLoc,IdentifierInfo * Id,ObjCInterfaceDecl * IDecl,ObjCTypeParamList * typeParamList,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) ObjCCategoryDecl() argument 2137 Create(ASTContext & C,DeclContext * DC,SourceLocation AtLoc,SourceLocation ClassNameLoc,SourceLocation CategoryNameLoc,IdentifierInfo * Id,ObjCInterfaceDecl * IDecl,ObjCTypeParamList * typeParamList,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) Create() argument 2371 Create(ASTContext & C,DeclContext * DC,SourceLocation L,IdentifierInfo * Id,SourceLocation AtLoc,SourceLocation LParenLoc,QualType T,TypeSourceInfo * TSI,PropertyControl propControl) Create() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 1211 SMLoc AtLoc = getLexer().getLoc(); parsePrimaryExpr() local
|