HomeSort by: relevance | last modified time | path
    Searched refs:IsCXXMethod (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 2263 bool IsCXXMethod =
2266 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod);
2302 bool IsCXXMethod =
2305 PragmaStackSentinel(Actions, "InternalPragmaState", IsCXXMethod);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2500 bool IsCXXMethod,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 4826 bool IsCXXMethod = false, IsVariadic = false;
4828 IsCXXMethod = FD->isCXXInstanceMember();
4831 CC = Context.getDefaultCallingConvention(IsVariadic, IsCXXMethod);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 10641 Variadic, /*IsCXXMethod=*/false, /*IsBuiltin=*/true));
11000 bool IsCXXMethod,
11003 if (IsCXXMethod)

Completed in 66 milliseconds