Searched refs:anon_prefix (Results 1 – 7 of 7) sorted by relevance
526 static const char anon_prefix[] = "_GLOBAL__N_"; in IdentifierIsAnonymousNamespace() local527 return (length > static_cast<int>(sizeof(anon_prefix) - 1) && in IdentifierIsAnonymousNamespace()528 StrPrefix(RemainingInput(state), anon_prefix)); in IdentifierIsAnonymousNamespace()
522 static const char anon_prefix[] = "_GLOBAL__N_"; in IdentifierIsAnonymousNamespace() local523 return (length > static_cast<int>(sizeof(anon_prefix) - 1) && in IdentifierIsAnonymousNamespace()524 StrPrefix(RemainingInput(state), anon_prefix)); in IdentifierIsAnonymousNamespace()
518 static const char anon_prefix[] = "_GLOBAL__N_"; in IdentifierIsAnonymousNamespace() local519 return (length > static_cast<int>(sizeof(anon_prefix) - 1) && in IdentifierIsAnonymousNamespace()520 StrPrefix(RemainingInput(state), anon_prefix)); in IdentifierIsAnonymousNamespace()
784 llvm::StringRef anon_prefix("(anonymous namespace)"); in Prune() local785 if (cpp_method.GetContext() == anon_prefix) in Prune()