Searched refs:CurrentLocation (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 9196 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument 9210 Diag(CurrentLocation, diag::note_member_synthesized_at) in DefineImplicitDefaultConstructor() 9218 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 9227 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor() 9331 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument 9350 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in DefineInheritingConstructor() 9375 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor() 9391 Diag(CurrentLocation, diag::note_inhctor_synthesized_at) << RD; in DefineInheritingConstructor() 9398 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 9404 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor() [all …]
|
D | SemaLambda.cpp | 1647 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument 1664 CurrentLocation, Src); in BuildBlockForLambdaConversion()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4486 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, 4499 void DefineImplicitDestructor(SourceLocation CurrentLocation, 4523 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation, 4537 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation, 4549 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation, 4562 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation, 5201 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,
|