HomeSort by: relevance | last modified time | path
    Searched refs:StartL (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclFriend.h 163 SourceLocation StartL =
167 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
Decl.h 481 LabelStmt *S, SourceLocation StartL)
482 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {}
722 SourceLocation StartL)
723 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {}
3115 SourceLocation StartL = SourceLocation())
3116 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {}
3324 SourceLocation StartL);
4084 SourceLocation StartL, SourceLocation EndL)
4085 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {}
DeclCXX.h 3960 QualType T, TypeSourceInfo *TInfo, SourceLocation StartL,
3962 : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL),
3971 TypeSourceInfo *TInfo, SourceLocation StartL,
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 2018 SourceLocation StartL, SourceLocation IdL,
2021 return new (C, DC) VarDecl(Var, C, DC, StartL, IdL, Id, T, TInfo, S);
4250 SourceLocation StartL)
4251 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), redeclarable_base(C),
DeclCXX.cpp 3240 SourceLocation StartL,
3243 return new (C, DC) MSPropertyDecl(DC, L, N, T, TInfo, StartL, Getter, Setter);

Completed in 26 milliseconds