Home
last modified time | relevance | path

Searched defs:IsMemberFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h64 bool IsMemberFunction = false; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3478 void Sema::checkLifetimeCaptureBy(FunctionDecl *FD, bool IsMemberFunction, in checkLifetimeCaptureBy()
3527 bool IsMemberFunction, SourceLocation Loc, in checkCall()
3743 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2849 bool IsMemberFunction, in EmitFullMemberPointer()