Searched refs:adjustMemberFunctionCC (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 1534 S.adjustMemberFunctionCC(ParamPointeeType, /*IsStatic=*/true, in DeduceTemplateArgumentsByTypeMatch() 1538 S.adjustMemberFunctionCC(ArgPointeeType, /*IsStatic=*/true, in DeduceTemplateArgumentsByTypeMatch()
|
D | SemaType.cpp | 2503 adjustMemberFunctionCC(T, /*IsStatic=*/false, IsCtorOrDtor, Loc); in BuildMemberPointerType() 6256 void Sema::adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor, in adjustMemberFunctionCC() function in Sema
|
D | SemaDecl.cpp | 7677 adjustMemberFunctionCC(R, D.isStaticMember(), D.isCtorOrDtor(), in ActOnFunctionDeclarator()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3031 void adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor,
|