Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2268 bool IsCXXMethod = in ParseFunctionStatementBody() local
2271 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod); in ParseFunctionStatementBody()
2307 bool IsCXXMethod = in ParseFunctionTryBlock() local
2310 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod); in ParseFunctionTryBlock()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2551 bool IsCXXMethod,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4923 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
4925 IsCXXMethod = FD->isCXXInstanceMember(); in CheckCallingConvAttr()
4928 CC = Context.getDefaultCallingConvention(IsVariadic, IsCXXMethod); in CheckCallingConvAttr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11047 bool IsCXXMethod, in getDefaultCallingConvention() argument
11050 if (IsCXXMethod) in getDefaultCallingConvention()