Searched refs:CalledDecl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 151 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() function in Sema::ImplicitExceptionSpecification 7938 ExceptSpec.CalledDecl(B->getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 7952 ExceptSpec.CalledDecl(B->getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 7989 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec() 8012 ExceptSpec.CalledDecl(CD->getLocStart(), InheritedCD); in ComputeInheritingCtorExceptionSpec() 8027 ExceptSpec.CalledDecl(B->getLocStart(), Constructor); in ComputeInheritingCtorExceptionSpec() 8041 ExceptSpec.CalledDecl(B->getLocStart(), Constructor); in ComputeInheritingCtorExceptionSpec() 8060 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeInheritingCtorExceptionSpec() 8542 ExceptSpec.CalledDecl(B->getLocStart(), in ComputeDefaultedDtorExceptionSpec() 8551 ExceptSpec.CalledDecl(B->getLocStart(), in ComputeDefaultedDtorExceptionSpec() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 3786 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
|