Home
last modified time | relevance | path

Searched defs:is_static (Results 1 – 7 of 7) sorted by relevance

/llvm-project/polly/lib/External/isl/interface/
H A Dpython.cc79 static void print_method_def(bool is_static, const string &name) in print_method_def()
96 void python_generator::print_method_header(bool is_static, const string &name, in print_method_header()
603 bool is_static = generator::is_static(clazz, fd); in print_argument_checks() local
H A Dgenerator.cc73 bool isl_class::is_static(FunctionDecl *method) const in is_static() function in isl_class
84 bool generator::is_static(const isl_class &clazz, FunctionDecl *method) in is_static() function in generator
/llvm-project/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp858 bool is_static = false; TEST_F() local
890 bool is_static = false; TEST_F() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1010 ParseCXXMethod(const DWARFDIE & die,CompilerType clang_type,const ParsedDWARFTypeAttributes & attrs,const DWARFDIE & decl_ctx_die,bool is_static,bool & ignore_containing_context) ParseCXXMethod() argument
1147 bool is_static = false; ParseSubroutine() local
2361 bool is_static = false; ConstructDemangledNameFromDWARF() local
3146 ParseChildParameters(clang::DeclContext * containing_decl_ctx,const DWARFDIE & parent_die,bool skip_artificial,bool & is_static,bool & is_variadic,bool & has_template_params,std::vector<CompilerType> & function_param_types,std::vector<clang::ParmVarDecl * > & function_param_decls,unsigned & type_quals) ParseChildParameters() argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1988 const bool is_static = false; in AddContextClassType() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp86 bool is_static = attrs.isStatic(); in AddMethod() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7715 AddMethodToCXXRecordType(lldb::opaque_compiler_type_t type,llvm::StringRef name,const char * mangled_name,const CompilerType & method_clang_type,lldb::AccessType access,bool is_virtual,bool is_static,bool is_inline,bool is_explicit,bool is_attr_used,bool is_artificial) AddMethodToCXXRecordType() argument