Searched refs:CurrentLocation (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 155 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc() local 157 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc() 169 emitLabel(CurrentLocation, Inst.getLoc()); in emitGOTToPCRelReloc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 13081 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument 13097 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 13099 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor() 13102 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor() 13219 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument 13234 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 13236 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor() 13239 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor() 13251 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in DefineInheritingConstructor() 13271 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor() [all …]
|
| H A D | SemaLambda.cpp | 1960 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument 1976 CurrentLocation, Src); in BuildBlockForLambdaConversion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 5900 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, 5913 void DefineImplicitDestructor(SourceLocation CurrentLocation, 5936 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation, 5950 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation, 5962 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation, 5975 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation, 6720 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation, 7010 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation,
|