Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.h64 bool IsMemberFunction = false; variable
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DCXXInheritance.h371 inline bool inheritanceModelHasNVOffsetField(bool IsMemberFunction, in inheritanceModelHasNVOffsetField()
381 inline bool inheritanceModelHasOnlyOneField(bool IsMemberFunction, in inheritanceModelHasOnlyOneField()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2835 bool IsMemberFunction, in EmitFullMemberPointer()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp5904 bool IsMemberFunction, SourceLocation Loc, in checkCall()
6029 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local