Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp8913 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument
8927 Diag(CurrentLocation, diag::note_member_synthesized_at) in DefineImplicitDefaultConstructor()
8935 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor()
8944 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
9258 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument
9269 Diag(CurrentLocation, diag::note_inhctor_synthesized_at) in DefineInheritingConstructor()
9279 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
9382 void Sema::DefineImplicitDestructor(SourceLocation CurrentLocation, in DefineImplicitDestructor() argument
9401 Diag(CurrentLocation, diag::note_member_synthesized_at) in DefineImplicitDestructor()
9410 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor()
[all …]
DSemaLambda.cpp1572 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument
1589 CurrentLocation, Src); in BuildBlockForLambdaConversion()
/external/clang/include/clang/Sema/
DSema.h4120 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
4133 void DefineImplicitDestructor(SourceLocation CurrentLocation,
4163 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
4177 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
4189 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
4202 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
4820 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,