Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2506 bool IsCXXMethod = in ParseFunctionStatementBody() local
2509 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod); in ParseFunctionStatementBody()
2546 bool IsCXXMethod = in ParseFunctionTryBlock() local
2549 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod); in ParseFunctionTryBlock()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2659 bool IsCXXMethod,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5506 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
5508 IsCXXMethod = FD->isCXXInstanceMember(); in CheckCallingConvAttr()
5511 CC = Context.getDefaultCallingConvention(IsVariadic, IsCXXMethod); in CheckCallingConvAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11967 bool IsCXXMethod, in getDefaultCallingConvention() argument
11970 if (IsCXXMethod) in getDefaultCallingConvention()