Home
last modified time | relevance | path

Searched refs:CalledDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp151 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/
DSema.h3786 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);