Searched defs:AtLoc (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp313 SourceLocation AtLoc = PD->getAtLoc(); local
323 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first); local
226 checkAllAtProps(MigrationContext &MigrateCtx, SourceLocation AtLoc, IndivPropsTy &IndProps) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h345 SourceLocation AtLoc; member in class:clang::ObjCAutoreleasePoolStmt
H A DExprObjC.h31 SourceLocation AtLoc; member in class:clang::ObjCStringLiteral
349 SourceLocation AtLoc, RParenLoc; member in class:clang::ObjCEncodeExpr
389 SourceLocation AtLoc, RParenLoc; member in class:clang::ObjCSelectorExpr
431 SourceLocation AtLoc, ProtoLoc, RParenLoc; member in class:clang::ObjCProtocolExpr
[all...]
H A DDeclObjC.h1575 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, argument
2016 SourceLocation AtLoc; // location of \@property member in class:clang::ObjCPropertyDecl
2174 SourceLocation AtLoc; // location of \@synthesize or \@dynamic member in class:clang::ObjCPropertyImplDecl
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp130 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { argument
1241 SourceLocation AtLoc = ConsumeToken(); local
H A DParser.cpp900 SourceLocation AtLoc = ConsumeToken(); // the "@" local
1942 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) { argument
H A DParseObjc.cpp47 SourceLocation AtLoc = ConsumeToken(); // the "@" local
133 CheckNestedObjCContexts(SourceLocation AtLoc) argument
143 Actions.ActOnAtEnd(getCurScope(), AtLoc); local
181 ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, ParsedAttributes &attrs) argument
318 SourceLocation AtLoc; member in struct:Parser::ObjCPropertyCallback
322 ObjCPropertyCallback(Parser &P, SmallVectorImpl<Decl *> &Props, ObjCDeclSpec &OCDS, SourceLocation AtLoc, SourceLocation LParenLoc, tok::ObjCKeywordKind MethodImplKind) argument
450 SourceLocation AtLoc = ConsumeToken(); // the "@" local
1400 ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, ParsedAttributes &attrs) argument
1492 ParseObjCAtImplementationDeclaration(SourceLocation AtLoc) argument
2057 ParseObjCAtStatement(SourceLocation AtLoc) argument
2090 ParseObjCAtExpression(SourceLocation AtLoc) argument
2615 ParseObjCStringLiteral(SourceLocation AtLoc) argument
2650 ParseObjCBooleanLiteral(SourceLocation AtLoc, bool ArgValue) argument
2659 ParseObjCCharacterLiteral(SourceLocation AtLoc) argument
2673 ParseObjCNumericLiteral(SourceLocation AtLoc) argument
2686 ParseObjCBoxedExpr(SourceLocation AtLoc) argument
2707 ParseObjCArrayLiteral(SourceLocation AtLoc) argument
2740 ParseObjCDictionaryLiteral(SourceLocation AtLoc) argument
2802 ParseObjCEncodeExpression(SourceLocation AtLoc) argument
2827 ParseObjCProtocolExpression(SourceLocation AtLoc) argument
2851 ParseObjCSelectorExpression(SourceLocation AtLoc) argument
[all...]
H A DParseStmt.cpp173 SourceLocation AtLoc; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1545 Create(ASTContext &C, DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
1755 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLoc, SourceLocation LParenLoc, TypeSourceInfo *T, PropertyControl propControl) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp142 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, argument
340 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, bool *isOverridingProperty, TypeSourceInfo *T, tok::ObjCKeywordKind MethodImplKind) argument
535 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
762 DiagnosePropertyMismatchDeclInProtocols(Sema &S, SourceLocation AtLoc, ObjCInterfaceDecl *ClassDecl, ObjCPropertyDecl *Property) argument
815 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]
H A DSemaDeclObjC.cpp618 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, argument
H A DSemaExprObjC.cpp79 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ argument
257 ExprResult Sema::BuildObjCNumericLiteral(SourceLocation AtLoc, Expr *Number) { argument
307 ExprResult Sema::ActOnObjCBoolLiteral(SourceLocation AtLoc, argument
932 ExprResult Sema::BuildObjCEncodeExpression(SourceLocation AtLoc, argument
963 ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, ParsedType ty, SourceLocation RParenLoc) argument
978 ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
1038 ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, SourceLocation AtLoc, SourceLocation ProtoLoc, SourceLocation LParenLoc, SourceLocation ProtoIdLoc, SourceLocation RParenLoc) argument
[all...]
H A DSemaStmt.cpp2919 Sema::ActOnObjCAtCatchStmt(SourceLocation AtLoc, argument
2930 Sema::ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) { argument
2935 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, argument
2948 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { argument
2974 ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, Scope *CurScope) argument
3013 ActOnObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *SyncExpr, Stmt *SyncBody) argument
3032 ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) argument
[all...]
H A DSemaDecl.cpp12901 DeclResult Sema::ActOnModuleImport(SourceLocation AtLoc, argument
H A DTreeTransform.h1239 StmtResult RebuildObjCAtTryStmt(SourceLocation AtLoc, argument
1263 StmtResult RebuildObjCAtCatchStmt(SourceLocation AtLoc, argument
1275 StmtResult RebuildObjCAtFinallyStmt(SourceLocation AtLoc, argument
1284 StmtResult RebuildObjCAtThrowStmt(SourceLocation AtLoc, argument
1359 StmtResult RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, argument
1368 RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) argument
2394 RebuildObjCEncodeExpr(SourceLocation AtLoc, TypeSourceInfo *EncodeTypeInfo, SourceLocation RParenLoc) argument
[all...]

Completed in 353 milliseconds