Home
last modified time | relevance | path

Searched refs:StartL (Results 1 – 8 of 8) 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/
DDeclFriend.h146 SourceLocation StartL = (NumTPLists == 0) in getSourceRange() local
149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
DDecl.h282 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/
Ddsa_old.cpp368 iDsa->StartL();
Ddsa_new.cpp562 iDsa->StartL();
Ddsa.cpp308 iDsa->StartL();
/external/clang/lib/AST/
DDecl.cpp1468 SourceLocation StartL, SourceLocation IdL, in Create() argument
1471 return new (C) VarDecl(Var, DC, StartL, IdL, Id, T, TInfo, S, SCAsWritten); in Create()
DASTImporter.cpp2306 SourceLocation StartL = Importer.Import(D->getLocStart()); in VisitTypedefNameDecl() local
2310 StartL, Loc, in VisitTypedefNameDecl()
2315 StartL, Loc, in VisitTypedefNameDecl()