Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp151 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() function in Sema::ImplicitExceptionSpecification
8995 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec()
9007 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec()
9026 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec()
9065 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeInheritingCtorExceptionSpec()
9079 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeInheritingCtorExceptionSpec()
9430 ExceptSpec.CalledDecl(B.getLocStart(), in ComputeDefaultedDtorExceptionSpec()
9437 ExceptSpec.CalledDecl(B.getLocStart(), in ComputeDefaultedDtorExceptionSpec()
9445 ExceptSpec.CalledDecl(F->getLocation(), in ComputeDefaultedDtorExceptionSpec()
10123 ExceptSpec.CalledDecl(Base.getLocStart(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp160 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() function in Sema::ImplicitExceptionSpecification
12814 ExceptSpec.CalledDecl(getSubobjectLoc(Subobj), MD); in visitSubobjectCall()
/external/clang/include/clang/Sema/
DSema.h4376 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
/external/llvm-project/clang/include/clang/Sema/
DSema.h5671 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);