Home
last modified time | relevance | path

Searched defs:namespace (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/tools/include-mapping/
H A Dcppreference_parser.py21 def __init__(self, name, namespace, headers): argument
130 _GetSymbols(pool, root_dir, index_page_name, namespace, variants_to_accept) global() argument
[all...]
/llvm-project/clang/test/SemaObjCXX/
H A Ddelay-parsing-cfunctions.mm45 namespace { category
/llvm-project/clang-tools-extra/clang-tidy/
H A Dadd_new_check.py56 write_header(module_path, module, namespace, check_name, check_name_camel) global() argument
115 write_implementation(module_path, module, namespace, check_name_camel) global() argument
[all...]
/llvm-project/third-party/benchmark/src/
H A DCMakeLists.txt92 set(namespace "${PROJECT_NAME}::") variable
/llvm-project/polly/utils/
H A Dargparse.py176 def _ensure_value(namespace, name, value): argument
830 def __call__(self, parser, namespace, values, option_string=None): argument
869 def __call__(self, parser, namespace, values, option_string=None): argument
894 def __call__(self, parser, namespace, values, option_string=None): argument
957 def __call__(self, parser, namespace, values, option_string=None): argument
985 def __call__(self, parser, namespace, values, option_string=None): argument
1002 def __call__(self, parser, namespace, values, option_string=None): argument
1017 def __call__(self, parser, namespace, values, option_string=None): argument
1035 def __call__(self, parser, namespace, values, option_string=None): argument
1087 def __call__(self, parser, namespace, values, option_string=None): argument
[all …]
/llvm-project/lld/test/ELF/
H A Ddebug-names-missing-parent.s29 namespace ns { label
H A Ddebug-names-multi-cus.s55 namespace ns { label
62 namespace ns { label
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Darguments.py534 def __call__(self, __parser, namespace, values, __option_string): argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DExtArgParse.py75 def parse_args(self, args=None, namespace=None): argument
/llvm-project/lld/test/ELF/Inputs/
H A Ddebug-names-b.s4 namespace ns { label
/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/
H A Dmain.c36 int namespace = 1; in main() local
/llvm-project/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp63 #define namespace macro
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py100 do_call(self, namespace, values, flags) global() argument
116 __call__(self, parser, namespace, values, option_string=None) global() argument
125 __call__(self, parser, namespace, values, option_string=None) global() argument
/llvm-project/mlir/test/CAPI/
H A Dir.c852 MlirStringRef namespace = mlirStringRefCreate("dialect", 7); in printBuiltinTypes() local