Searched defs:IsMemberFunction (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.h | 64 bool IsMemberFunction = false; variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 371 inline bool inheritanceModelHasNVOffsetField(bool IsMemberFunction, in inheritanceModelHasNVOffsetField() 381 inline bool inheritanceModelHasOnlyOneField(bool IsMemberFunction, in inheritanceModelHasOnlyOneField()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 2857 EmitFullMemberPointer(llvm::Constant * FirstField,bool IsMemberFunction,const CXXRecordDecl * RD,CharUnits NonVirtualBaseAdjustment,unsigned VBTableIndex) EmitFullMemberPointer() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3149 checkCall(NamedDecl * FDecl,const FunctionProtoType * Proto,const Expr * ThisArg,ArrayRef<const Expr * > Args,bool IsMemberFunction,SourceLocation Loc,SourceRange Range,VariadicCallType CallType) checkCall() argument 3358 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || CheckFunctionCall() local [all...] |