Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2420 bool IsCXXMethod = in ParseFunctionStatementBody() local
2423 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod); in ParseFunctionStatementBody()
2459 bool IsCXXMethod = in ParseFunctionTryBlock() local
2462 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod); in ParseFunctionTryBlock()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2638 bool IsCXXMethod,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp5240 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
5242 IsCXXMethod = FD->isCXXInstanceMember(); in CheckCallingConvAttr()
5245 CC = Context.getDefaultCallingConvention(IsVariadic, IsCXXMethod); in CheckCallingConvAttr()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11684 bool IsCXXMethod, in getDefaultCallingConvention() argument
11687 if (IsCXXMethod) in getDefaultCallingConvention()