Searched refs:StartL (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclFriend.h | 146 SourceLocation StartL = (NumTPLists == 0) in getSourceRange() local 149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); in getSourceRange()
|
| HD | Decl.h | 306 LabelStmt *S, SourceLocation StartL) in LabelDecl() argument 307 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl() 544 SourceLocation StartL) in DeclaratorDecl() argument 545 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl() 2354 SourceLocation StartL = SourceLocation()) 2355 : NamedDecl(DK, DC, L, Id), TypeForDecl(0), LocStart(StartL) {} in NamedDecl() 2563 IdentifierInfo *Id, TagDecl *PrevDecl, SourceLocation StartL) in TagDecl() argument 2564 : TypeDecl(DK, DC, L, Id, StartL), DeclContext(DK), TagDeclKind(TK), in TagDecl() 3146 SourceLocation StartL, SourceLocation EndL) in FileScopeAsmDecl() argument 3147 : Decl(FileScopeAsm, DC, StartL), AsmString(asmstring), RParenLoc(EndL) {} in FileScopeAsmDecl()
|
| HD | DeclCXX.h | 3089 SourceLocation StartL, IdentifierInfo *Getter, in MSPropertyDecl() argument 3091 DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL), GetterId(Getter), in MSPropertyDecl()
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | Decl.cpp | 1635 SourceLocation StartL, SourceLocation IdL, in Create() argument 1638 return new (C) VarDecl(Var, DC, StartL, IdL, Id, T, TInfo, S); in Create()
|
| HD | ASTImporter.cpp | 2364 SourceLocation StartL = Importer.Import(D->getLocStart()); in VisitTypedefNameDecl() local 2368 StartL, Loc, in VisitTypedefNameDecl() 2373 StartL, Loc, in VisitTypedefNameDecl()
|