Searched defs:StartL (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclFriend.h146 SourceLocation StartL = (NumTPLists == 0) variable
H A DDecl.h281 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, LabelStmt *S, SourceLocation StartL) argument
519 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL) argument
[all...]
H A DDeclCXX.h3021 MSPropertyDecl(DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, IdentifierInfo *Getter, IdentifierInfo *Setter) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp1472 Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, SourceLocation IdL, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S) argument
H A DASTImporter.cpp2312 SourceLocation StartL = Importer.Import(D->getLocStart()); local

Completed in 126 milliseconds