Searched refs:StartL (Results 1 – 8 of 8) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
D | sdlexe.cpp | 321 void StartL(); 322 static TBool StartL(TAny* aThis); 529 iStarter->Start(TCallBack(StartL, this)); 536 TBool CSDLAppUi::StartL(TAny* aThis) 538 static_cast<CSDLAppUi*>(aThis)->StartL(); 567 void CSDLAppUi::StartL()
|
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 146 SourceLocation StartL = (NumTPLists == 0) in getSourceRange() local 149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
D | Decl.h | 282 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument 283 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl() 521 SourceLocation StartL) in DeclaratorDecl() argument 522 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl() 2248 SourceLocation StartL = SourceLocation()) 2249 : NamedDecl(DK, DC, L, Id), TypeForDecl(0), LocStart(StartL) {} in NamedDecl() 2447 TagDecl *PrevDecl, SourceLocation StartL) in TagDecl() argument 2448 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), in TagDecl() 3008 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument 3009 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
D | dsa_old.cpp | 368 iDsa->StartL();
|
D | dsa_new.cpp | 562 iDsa->StartL();
|
D | dsa.cpp | 308 iDsa->StartL();
|
/external/clang/lib/AST/ |
D | Decl.cpp | 1468 SourceLocation StartL, SourceLocation IdL, in Create() argument 1471 return new (C) VarDecl(Var, DC, StartL, IdL, Id, T, TInfo, S, SCAsWritten); in Create()
|
D | ASTImporter.cpp | 2306 SourceLocation StartL = Importer.Import(D->getLocStart()); in VisitTypedefNameDecl() local 2310 StartL, Loc, in VisitTypedefNameDecl() 2315 StartL, Loc, in VisitTypedefNameDecl()
|