Searched refs:getInnerLocStart (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h157 if (DD->getOuterLocStart() != DD->getInnerLocStart())
H A DDecl.h714 SourceLocation getInnerLocStart() const { return InnerLocStart; } function in class:clang::DeclaratorDecl
3325 SourceLocation getInnerLocStart() const { return getBeginLoc(); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp920 Var = DecompositionDecl::Create(SemaRef.Context, DC, D->getInnerLocStart(),
924 Var = VarDecl::Create(SemaRef.Context, DC, D->getInnerLocStart(),
1014 D->getInnerLocStart(),
1901 SemaRef.Context, DC, D->getInnerLocStart(),
1909 SemaRef.Context, DC, D->getInnerLocStart(), NameInfo, T, TInfo,
2270 SourceLocation StartLoc = D->getInnerLocStart();
2729 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(),
2735 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(),
3629 SemaRef.Context, Owner, D->getInnerLocStart(), D->getLocation(),
4056 SemaRef.Context, Owner, PartialSpec->getInnerLocStart(),
[all...]
H A DSemaAvailability.cpp291 Lexer::getLocForEndOfToken(TD->getInnerLocStart(), 0, SM, LangOpts);
H A DSemaTemplateInstantiate.cpp2412 OldParm->getInnerLocStart(),
2822 Instantiation->setLocStart(Pattern->getInnerLocStart());
H A DSemaDecl.cpp2775 SourceLocation InsertLoc = InitDecl->getInnerLocStart();
4505 getLocForEndOfToken(TagFromDeclSpec->getInnerLocStart());
15131 Diag(I->getInnerLocStart(), diag::note_struct_class_suggestion)
15133 << FixItHint::CreateReplacement(I->getInnerLocStart(),
H A DTreeTransform.h1508 ExceptionDecl->getInnerLocStart(),
5459 OldParm->getInnerLocStart(),
7995 ExceptionDecl, T, ExceptionDecl->getInnerLocStart(),
H A DSemaDeclAttr.cpp7628 VD->getInnerLocStart(), VD->getLocation(), II,
H A DSemaTemplate.cpp2275 OldParam->getInnerLocStart(),
H A DSemaDeclCXX.cpp6823 MarkVTableUsed(Record->getInnerLocStart(), Record);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3293 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart());
3559 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart());
3817 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart());
3936 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart());
4035 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart());
5200 auto ToInnerLocStart = importChecked(Err, D->getInnerLocStart());
H A DDecl.cpp1801 return decl->getInnerLocStart();
4096 return SourceRange(getInnerLocStart(), FinalExpr->getEndLoc());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp526 Record.AddSourceLocation(D->getInnerLocStart());
H A DASTWriter.cpp5106 Record.AddSourceLocation(Def->getInnerLocStart());

Completed in 467 milliseconds