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.cpp2385 bool IsCXXMethod = in ParseFunctionStatementBody() local
2388 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod); in ParseFunctionStatementBody()
2419 bool IsCXXMethod = in ParseFunctionTryBlock() local
2422 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod); in ParseFunctionTryBlock()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2920 bool IsCXXMethod,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5718 bool IsCXXMethod = false, IsVariadic = false; in CheckCallingConvAttr() local
5720 IsCXXMethod = FD->isCXXInstanceMember(); in CheckCallingConvAttr()
5723 CC = Context.getDefaultCallingConvention(IsVariadic, IsCXXMethod); in CheckCallingConvAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13081 bool IsCXXMethod, in getDefaultCallingConvention() argument
13084 if (IsCXXMethod) in getDefaultCallingConvention()