Home
last modified time | relevance | path

Searched refs:CurrentLocation (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp8940 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument
8954 Diag(CurrentLocation, diag::note_member_synthesized_at) in DefineImplicitDefaultConstructor()
8962 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor()
8971 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
9285 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument
9296 Diag(CurrentLocation, diag::note_inhctor_synthesized_at) in DefineInheritingConstructor()
9306 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
9409 void Sema::DefineImplicitDestructor(SourceLocation CurrentLocation, in DefineImplicitDestructor() argument
9428 Diag(CurrentLocation, diag::note_member_synthesized_at) in DefineImplicitDestructor()
9437 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor()
[all …]
DSemaLambda.cpp1630 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument
1647 CurrentLocation, Src); in BuildBlockForLambdaConversion()
/external/clang/include/clang/Sema/
DSema.h4369 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
4382 void DefineImplicitDestructor(SourceLocation CurrentLocation,
4412 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
4426 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
4438 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
4451 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
5083 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,