Home
last modified time | relevance | path

Searched refs:macro_identifier (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp495 llvm::StringRef macro_identifier = mi->first->getName(); in ForEachMacro() local
496 macro_expansion.append(macro_identifier.str()); in ForEachMacro()
581 if (handler(macro_identifier, macro_expansion)) { in ForEachMacro()
/external/fmtlib/support/
DC++.sublime-syntax24 macro_identifier: \b[[:upper:]_][[:upper:][:digit:]_]{2,}\b # only uppercase, at least 3 chars
50 …data_structures_forward_decl_lookahead: '(\s+{{macro_identifier}})*\s*(:\s*({{path_lookahead}}|{{v…
1102 - match: ({{macro_identifier}})(?=\s+~?{{identifier}})
2002 - match: ^(\s*{{macro_identifier}})+\s*$