Home
last modified time | relevance | path

Searched refs:StartL (Results 1 – 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
Dsdlexe.cpp321 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/
DDecl.h363 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument
364 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl()
607 SourceLocation StartL) in DeclaratorDecl() argument
608 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl()
2315 SourceLocation StartL = SourceLocation())
2316 : NamedDecl(DK, DC, L, Id), TypeForDecl(0), LocStart(StartL) {} in NamedDecl()
2512 TagDecl *PrevDecl, SourceLocation StartL) in TagDecl() argument
2513 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), in TagDecl()
3045 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument
3046 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
Ddsa_old.cpp368 iDsa->StartL();
Ddsa.cpp308 iDsa->StartL();
Ddsa_new.cpp562 iDsa->StartL();
/external/clang/lib/AST/
DDecl.cpp1186 SourceLocation StartL, SourceLocation IdL, in Create() argument
1189 return new (C) VarDecl(Var, DC, StartL, IdL, Id, T, TInfo, S, SCAsWritten); in Create()
DASTImporter.cpp2173 SourceLocation StartL = Importer.Import(D->getLocStart()); in VisitTypedefNameDecl() local
2177 StartL, Loc, in VisitTypedefNameDecl()
2182 StartL, Loc, in VisitTypedefNameDecl()