Searched refs:CalledDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 150 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() function in Sema::ImplicitExceptionSpecification 8264 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 8276 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 8311 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 8334 ExceptSpec.CalledDecl(CD->getLocStart(), InheritedCD); in ComputeInheritingCtorExceptionSpec() 8347 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeInheritingCtorExceptionSpec() 8359 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeInheritingCtorExceptionSpec() 8376 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeInheritingCtorExceptionSpec() 8854 ExceptSpec.CalledDecl(B.getLocStart(), in ComputeDefaultedDtorExceptionSpec() 8861 ExceptSpec.CalledDecl(B.getLocStart(), in ComputeDefaultedDtorExceptionSpec() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3924 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
|