Searched refs:CalledDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 151 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() function in Sema::ImplicitExceptionSpecification 8722 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 8734 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 8753 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 8776 ExceptSpec.CalledDecl(CD->getLocStart(), InheritedCD); in ComputeInheritingCtorExceptionSpec() 8789 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeInheritingCtorExceptionSpec() 8801 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeInheritingCtorExceptionSpec() 8815 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeInheritingCtorExceptionSpec() 9304 ExceptSpec.CalledDecl(B.getLocStart(), in ComputeDefaultedDtorExceptionSpec() 9311 ExceptSpec.CalledDecl(B.getLocStart(), in ComputeDefaultedDtorExceptionSpec() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4014 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
|